We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b912f1 commit a769269Copy full SHA for a769269
1 file changed
docker/Dockerfile.firedrake-parmmg
@@ -12,6 +12,8 @@ RUN git clone https://github.com/mesh-adaptation/adapt_common.git && \
12
git clone https://github.com/mesh-adaptation/animate.git && \
13
git clone https://github.com/mesh-adaptation/movement.git && \
14
git clone https://github.com/mesh-adaptation/goalie.git && \
15
+ cd animate && git submodule init && git submodule update && cd .. && \
16
+ cd movement && git submodule init && git submodule update && cd .. && \
17
pip install -e adapt_common[dev] && \
18
pip install -e animate[dev] && \
19
pip install -e movement[dev] && \
0 commit comments