osrokas commited on
Commit
348fb14
·
verified ·
1 Parent(s): 35089dc

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. 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"]