Skip to content

Commit

Permalink
typo fix in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Oct 19, 2023
1 parent b1b4d6f commit cec29bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ USER ${NB_UID}
RUN git lfs install

# Install kestrel-JUPYTER
RUN pip install kestrel_jupyter
RUN pip install kestrel-jupyter

# setup Jupyter
RUN kestrel_jupyter_setup
Expand Down

0 comments on commit cec29bf

Please sign in to comment.