Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Mar 14, 2024
1 parent 7fe79ce commit 56c5379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/jupyter-multiple-conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USER ${NB_USER}

# Add the packages needed for jupyterhub
COPY jhub-environment.yml jhub-environment.yml
RUN conda env update --name base -f environment.yml && conda clean --all
RUN conda env update --name base -f jhub-environment.yml && conda clean --all
RUN rm jhub-environment.yml

# Create environment 1
Expand Down

0 comments on commit 56c5379

Please sign in to comment.