Skip to content

Commit 6e09467

Browse files
committed
added MITgcmTools julia package to setup
1 parent 792e666 commit 6e09467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docker/smce/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ENV HOME=/home/${NB_USER}
77
# USER ${NB_USER}
88
WORKDIR ${HOME}
99

10-
1110
# retrieve ECCO Python tutorials
1211
RUN git clone https://github.com/ECCO-GROUP/ECCO-v4-Python-Tutorial.git
1312

@@ -16,7 +15,8 @@ RUN mamba install -y -n notebook matplotlib ecco_v4_py
1615

1716
# install packages needed to run Julia notebooks
1817
RUN julia -e 'import Pkg; Pkg.add("Pluto"); using Pluto'
19-
RUN julia -e 'import Pkg; Pkg.add("OceanStateEstimation")'
18+
RUN julia -e 'import Pkg; Pkg.add("MITgcmTools"); using MITgcmTools'
19+
RUN julia -e 'import Pkg; Pkg.add("OceanStateEstimation"); using OceanStateEstimation'
2020

2121
# create symlink from home directory to jupyter_lab_start_docker.sh
2222
RUN ln -s ${HOME}/ECCO-v4-Python-Tutorial/Docker/smce/jupyter_lab_start_smce.sh \

0 commit comments

Comments
 (0)