SangDinhVan commited on
Commit
5143629
·
verified ·
1 Parent(s): 50c8f44
Files changed (1) hide show
  1. 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"]