Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -10,5 +10,6 @@ WORKDIR /code
|
|
10 |
RUN pip install streamlit jupyterlab
|
11 |
|
12 |
COPY app.py /code
|
|
|
13 |
EXPOSE 7860
|
14 |
CMD ["jupyter", "lab", "--ip='*'", "--port=7860", "--no-browser", "--allow-root"]
|
|
|
10 |
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"]
|