We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792e666 commit 6e09467Copy full SHA for 6e09467
1 file changed
Docker/smce/Dockerfile
@@ -7,7 +7,6 @@ ENV HOME=/home/${NB_USER}
7
# USER ${NB_USER}
8
WORKDIR ${HOME}
9
10
-
11
# retrieve ECCO Python tutorials
12
RUN git clone https://github.com/ECCO-GROUP/ECCO-v4-Python-Tutorial.git
13
@@ -16,7 +15,8 @@ RUN mamba install -y -n notebook matplotlib ecco_v4_py
16
15
17
# install packages needed to run Julia notebooks
18
RUN julia -e 'import Pkg; Pkg.add("Pluto"); using Pluto'
19
-RUN julia -e 'import Pkg; Pkg.add("OceanStateEstimation")'
+RUN julia -e 'import Pkg; Pkg.add("MITgcmTools"); using MITgcmTools'
+RUN julia -e 'import Pkg; Pkg.add("OceanStateEstimation"); using OceanStateEstimation'
20
21
# create symlink from home directory to jupyter_lab_start_docker.sh
22
RUN ln -s ${HOME}/ECCO-v4-Python-Tutorial/Docker/smce/jupyter_lab_start_smce.sh \
0 commit comments