File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ENV HOME=/home/${NB_USER}
77# USER ${NB_USER}
88WORKDIR ${HOME}
99
10-
1110# retrieve ECCO Python tutorials
1211RUN 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
1817RUN 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
2222RUN ln -s ${HOME}/ECCO-v4-Python-Tutorial/Docker/smce/jupyter_lab_start_smce.sh \
You can’t perform that action at this time.
0 commit comments