Spaces:
Runtime error
Runtime error
Update
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -25,6 +25,7 @@ COPY . .
|
|
| 25 |
RUN mkdir -p /app/data /tmp/huggingface \
|
| 26 |
&& chmod -R 777 /app/data /tmp/huggingface
|
| 27 |
|
|
|
|
| 28 |
EXPOSE 7860
|
| 29 |
|
| 30 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 25 |
RUN mkdir -p /app/data /tmp/huggingface \
|
| 26 |
&& chmod -R 777 /app/data /tmp/huggingface
|
| 27 |
|
| 28 |
+
|
| 29 |
EXPOSE 7860
|
| 30 |
|
| 31 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|