Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD authored Sep 13, 2023
1 parent c517a46 commit 6fcedef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt-get update -y && \
chmod 1777 /var/run/screen

# try new notebook
RUN Run pip install notebook==7.0.3 && \
RUN pip install notebook==7.0.3 && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
pip cache purge
Expand Down

0 comments on commit 6fcedef

Please sign in to comment.