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 8540d42 commit 24e66ebCopy full SHA for 24e66eb
docker/Dockerfile
@@ -2,9 +2,11 @@ FROM finsberg/fenics-gmsh
2
3
ARG REPO_BRANCH="main"
4
5
-WORKDIR /app
+WORKDIR /tmp
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