Yahir commited on
Commit
5e50b07
·
1 Parent(s): 74d6de3

Update Dockerfile

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