We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1244ce5 + 6ce8d45 commit 215195fCopy full SHA for 215195f
Dockerfile
@@ -67,11 +67,16 @@ RUN apt-get -y -q update \
67
git \
68
&& rm -rf /var/lib/apt/lists/*
69
70
+## Some NEDAS installatin
71
WORKDIR /home/NEDAS
72
RUN micromamba run -n base pip install -e .
73
ENV UCX_LOG_LEVEL=error
74
75
+## Retrieve the data
76
WORKDIR /home
77
+RUN wget https://ige-meom-opendap.univ-grenoble-alpes.fr/thredds/fileServer/meomopendap/extract/SASIP/data-nextsim-workshop2025.tar
78
+RUN tar -xvf data-nextsim-workshop2025.tar
79
+RUN rm data-nextsim-workshop2025.tar
80
81
EXPOSE 8888
82
0 commit comments