Skip to content

Commit

Permalink
docker: make sure mpi4py version requirement is met using the require…
Browse files Browse the repository at this point in the history
…ment file
  • Loading branch information
mloubout committed Apr 14, 2024
1 parent 0f35ff9 commit 06ae92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.devito
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN python3 -m venv /venv && \
/venv/bin/pip install --no-cache-dir --upgrade pip && \
/venv/bin/pip install --no-cache-dir jupyter && \
/venv/bin/pip install --no-cache-dir wheel && \
eval $MPI4PY_FLAGS /venv/bin/pip install --no-cache-dir mpi4py && \
/venv/bin/pip install --no-cache-dir -e /app/devito[extras,mpi,tests] && \
eval $MPI4PY_FLAGS /venv/bin/pip install --no-cache-dir -r /app/devito/requirements-mpi.txt && \
/venv/bin/pip install --no-cache-dir -e /app/devito[extras,tests] && \
rm -rf ~/.cache/pip

# Usefull utilities
Expand Down

0 comments on commit 06ae92d

Please sign in to comment.