Skip to content

Commit

Permalink
Update TNU version in Dockerfile
Browse files Browse the repository at this point in the history
Use latest version 0.14
  • Loading branch information
samanehsan committed Sep 3, 2024
1 parent 2f05e18 commit c455c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terra-jupyter-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN pip3 -V \
&& pip3 install jupyterlab-server==2.23.0 \
&& pip3 install requests \
&& pip3 install firecloud \
&& pip3 install terra-notebook-utils==0.13.0 \
&& pip3 install terra-notebook-utils==0.14.0 \
&& pip3 install crcmod \
# For gcloud alpha storage support.
&& pip3 install google-crc32c --target /usr/lib/google-cloud-sdk/lib/third_party \
Expand Down

0 comments on commit c455c8e

Please sign in to comment.