Yahir commited on
Commit
7aceead
·
1 Parent(s): 62181eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]