SimFG commited on
Commit
d978806
·
1 Parent(s): fdb8b11

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ ENV PATH="/root/.local/bin:$PATH"
19
 
20
  RUN poetry install --only main
21
  RUN mkdir -p /.cache && \
22
- chmod -R 777 /.cache
23
 
24
  # Expose the port the app runs on
25
  EXPOSE 7860
 
19
 
20
  RUN poetry install --only main
21
  RUN mkdir -p /.cache && \
22
+ chmod -R 777 /.cache /root/.local
23
 
24
  # Expose the port the app runs on
25
  EXPOSE 7860