We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a24b4 commit e8a4f55Copy full SHA for e8a4f55
Dockerfile
@@ -5,6 +5,7 @@ FROM mambaorg/micromamba:2.0.8 AS micromamba
5
FROM einola/nextsimdg-dev-mac-env:latest
6
7
## build nextsimdg model
8
+RUN mkdir /home
9
RUN git clone -b workshop_brown https://github.com/nextsimhub/nextsimdg.git /home/nextsimdg
10
11
WORKDIR /home/nextsimdg/build
0 commit comments