Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from fidelity/fix
Browse files Browse the repository at this point in the history
fix Dockerfile MPI
  • Loading branch information
ncilfone authored Jul 21, 2021
2 parents 9806106 + e5b8ca5 commit 3ced64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/stoke-gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ WORKDIR /usr/src/code/apex
RUN pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./

# Install stoke w/ MPI support
RUN pip install --no-cache-dir --trusted-host pypi.python.org stoke[mpi]
RUN pip install --no-cache-dir --trusted-host pypi.python.org stoke

0 comments on commit 3ced64d

Please sign in to comment.