SimFG commited on
Commit
bef5d7b
·
1 Parent(s): 5a4020c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -21,9 +21,8 @@ RUN pip install poetry
21
  RUN id
22
 
23
  RUN poetry install --only main
24
- # RUN mkdir -p /.cache && \
25
- # chmod -R 777 /.cache /root/.local && \
26
- # chown -R 1000:0 "/root/.local" "/usr/local" "/.cache"
27
 
28
  # Expose the port the app runs on
29
  EXPOSE 7860
 
21
  RUN id
22
 
23
  RUN poetry install --only main
24
+ RUN mkdir -p /.cache && \
25
+ chmod -R 777 /.cache
 
26
 
27
  # Expose the port the app runs on
28
  EXPOSE 7860