Update Dockerfile
Browse files- 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 |
-
|
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"]
|