Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Feb 8, 2024
1 parent 78b8c2b commit 7a60062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyter-restricted-download/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@ RUN pip install JPype1 jupyter

RUN jupyter notebook --generate-config

# this is where we disable downloads
# step 1 to disable downloads:
RUN jupyter labextension disable @jupyterlab/docmanager-extension:download \
&& jupyter labextension disable @jupyterlab/filebrowser-extension:download

RUN pip install pandas numpy seaborn scipy matplotlib pyNetLogo SALib boto3 awscli --upgrade
RUN pip install gen3==4.18.0 --upgrade
RUN pip install jupyter --upgrade
# step 2 to disable downloads:
RUN pip uninstall nbconvert --yes

# Create a non-root user for Jupyter without copying /bin or /bin/bash
Expand Down

0 comments on commit 7a60062

Please sign in to comment.