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 8a5872d commit 8540d42Copy full SHA for 8540d42
docker/Dockerfile
@@ -7,4 +7,4 @@ WORKDIR /app
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 python3 -m pip install pip --upgrade && python3 -m pip install --no-cache-dir -r requirements.txt && rm -rf /tmp
+RUN cd example-paper-fenics && python3 -m pip install pip --upgrade && python3 -m pip install --no-cache-dir -r requirements.txt && rm -rf /tmp
0 commit comments