Adoley commited on
Commit
2027efb
·
1 Parent(s): ffde6e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM tiangolo/uvicorn-gunicorn-fastapi:python3.9
3
 
4
  # Set working directory
5
- WORKDIR /theApp
6
 
7
  # Create a writable directory for the cache
8
  RUN mkdir -p /.cache/huggingface/hub && chmod -R 777 /.cache
 
2
  FROM tiangolo/uvicorn-gunicorn-fastapi:python3.9
3
 
4
  # Set working directory
5
+ WORKDIR /code
6
 
7
  # Create a writable directory for the cache
8
  RUN mkdir -p /.cache/huggingface/hub && chmod -R 777 /.cache