Spaces:
Sleeping
Sleeping
Fixed Dockerfile syntax
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
# Hugging Face requires Docker spaces to run on port 7860!
|
| 17 |
-
CMD["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
# Hugging Face requires Docker spaces to run on port 7860!
|
| 17 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|