ahmedzein commited on
Commit
201c748
·
verified ·
1 Parent(s): e984b01

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ COPY . .
17
 
18
  ENV HF_HOME=/tmp
19
  ENV TRANSFORMERS_CACHE=/tmp
20
- RUN chown -R <user>:<group> /usr/src/app
21
 
22
 
23
  # Start the FastAPI app on port 7860, the default port expected by Spaces
 
17
 
18
  ENV HF_HOME=/tmp
19
  ENV TRANSFORMERS_CACHE=/tmp
20
+ RUN chown -R <user>:<group> /usr/src/app/
21
 
22
 
23
  # Start the FastAPI app on port 7860, the default port expected by Spaces