Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.firedrake-parmmg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ RUN git clone https://github.com/mesh-adaptation/adapt_common.git && \
cd animate && git submodule init && git submodule update && cd .. && \
cd movement && git submodule init && git submodule update && cd .. && \
pip install -e adapt_common[dev] && \
pip install -e animate[dev] && \
pip install --no-build-isolation -e animate[dev] && \
pip install -e movement[dev] && \
pip install -e goalie[dev]
2 changes: 1 addition & 1 deletion docker/Dockerfile.firedrake-parmmg_release
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ RUN git clone https://github.com/mesh-adaptation/adapt_common.git && \
cd animate && git submodule init && git submodule update && cd .. && \
cd movement && git submodule init && git submodule update && cd .. && \
pip install -e adapt_common[dev] && \
pip install -e animate[dev] && \
pip install --no-build-isolation -e animate[dev] && \
pip install -e movement[dev] && \
pip install -e goalie[dev]