We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b15e4 commit 165e647Copy full SHA for 165e647
docker/Dockerfile
@@ -2,11 +2,9 @@ FROM finsberg/fenics-gmsh
2
3
ARG REPO_BRANCH="main"
4
5
-WORKDIR /tmp
+WORKDIR /repo
6
7
# Copy pyproject.toml first so that we done need to reinstall in case anoter file
8
# is changing ater rebuiding docker image
9
RUN git clone --branch ${REPO_BRANCH} --single-branch https://github.com/scientificcomputing/example-paper-fenics.git
10
RUN cd example-paper-fenics && python3 -m pip install pip --upgrade && python3 -m pip install --no-cache-dir -r requirements.txt && rm -rf /tmp
11
-
12
-RUN rm -rf /tmp
0 commit comments