Skip to content

Commit

Permalink
Update Dockerfile-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM authored May 23, 2024
1 parent 6ed082d commit 763689c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-jupyter
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN conda create -n python310 python=3.10 --no-default-packages
RUN conda create -n digitalhub-core python=3.9 --no-default-packages

# Clone digitalhub-core repo
ARG DHUB_VERSION=0.5.0b1
ARG DHUB_VERSION=0.5.0b2
RUN wget https://github.com/scc-digitalhub/digitalhub-sdk/archive/refs/tags/$DHUB_VERSION.zip
RUN unzip $DHUB_VERSION.zip
RUN mv digitalhub-sdk-$DHUB_VERSION digitalhub-sdk
Expand Down

0 comments on commit 763689c

Please sign in to comment.