Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -14,6 +14,4 @@ RUN mkdir ./.cache
|
|
14 |
|
15 |
COPY . /code/
|
16 |
|
17 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
18 |
-
|
19 |
-
RUN mkdir ./.cache
|
|
|
14 |
|
15 |
COPY . /code/
|
16 |
|
17 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|