Skip to content

Commit

Permalink
Use dapla-toolbelt v1.3.12, dapla-team-cli v0.0.10 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andilun authored Jan 20, 2023
1 parent ee957a5 commit d33efa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN echo "**** install cx-Oracle ****" && \
python3 -m pip install cx-Oracle && \
echo "**** install Dapla tools" && \
python3 -m pip install saspy && \
python3 -m pip install dapla-toolbelt==1.3.9 ssb-datadoc==0.2.4 ssb-project-cli==1.0.13 dapla-team-cli==0.0.6 && \
python3 -m pip install dapla-toolbelt==1.3.12 ssb-datadoc==0.2.4 ssb-project-cli==1.0.13 dapla-team-cli==0.0.10 && \
python3 -m pip cache purge && \
conda clean --all -y && \
jupyter lab clean
Expand Down

0 comments on commit d33efa3

Please sign in to comment.