Skip to content

Commit 215195f

Browse files
authored
Merge pull request #8 from sasip-climate/data
Downloading data inside the docker image
2 parents 1244ce5 + 6ce8d45 commit 215195f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,16 @@ RUN apt-get -y -q update \
6767
git \
6868
&& rm -rf /var/lib/apt/lists/*
6969

70+
## Some NEDAS installatin
7071
WORKDIR /home/NEDAS
7172
RUN micromamba run -n base pip install -e .
7273
ENV UCX_LOG_LEVEL=error
7374

75+
## Retrieve the data
7476
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
7580

7681
EXPOSE 8888
7782

0 commit comments

Comments
 (0)