osrokas commited on
Commit
5c6c346
·
verified ·
1 Parent(s): 2afddd4

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,6 +14,6 @@ RUN mkdir ./.cache
14
 
15
  COPY . /code/
16
 
17
- RUN chmod 777 /.cache
18
 
19
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
14
 
15
  COPY . /code/
16
 
17
+ RUN chmod 777 ./.cache
18
 
19
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]