Skip to content

Commit

Permalink
I'm confused
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Jan 25, 2024
1 parent aac7363 commit 55d4622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-restricted-download/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ USER $NB_USER

# Putting this all the way down here, to make sure its the last thing done
# The image can't function with jsonschema version 3.2.0, which some dependency installs
RUN pip install jsonschema==4.20.0
RUN pip install jsonschema==4.20.0 --upgrade

WORKDIR /home/$NB_USER
ENTRYPOINT ["jupyter", "lab", "--allow-root", "--ip=0.0.0.0", "--port=8888", "--no-browser"]

0 comments on commit 55d4622

Please sign in to comment.