Yahir commited on
Commit
74d6de3
·
1 Parent(s): 7aceead

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,5 +11,6 @@ RUN pip install streamlit jupyterlab
11
 
12
  COPY app.py /code
13
  RUN pip install --user notebook-shim
 
14
  EXPOSE 7860
15
  CMD ["jupyter", "lab", "--ip='*'", "--port=7860", "--no-browser", "--allow-root"]
 
11
 
12
  COPY app.py /code
13
  RUN pip install --user notebook-shim
14
+ sudo chmod -R 777 /.local
15
  EXPOSE 7860
16
  CMD ["jupyter", "lab", "--ip='*'", "--port=7860", "--no-browser", "--allow-root"]