From e5b8ca5b2b4632cc456496d7d5b82b6225e1967f Mon Sep 17 00:00:00 2001 From: Nicholas Cilfone Date: Wed, 21 Jul 2021 13:59:35 -0400 Subject: [PATCH] fix Dockerfile Signed-off-by: Nicholas Cilfone --- docker/stoke-gpu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/stoke-gpu.Dockerfile b/docker/stoke-gpu.Dockerfile index bd4effa..58389fe 100644 --- a/docker/stoke-gpu.Dockerfile +++ b/docker/stoke-gpu.Dockerfile @@ -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] \ No newline at end of file +RUN pip install --no-cache-dir --trusted-host pypi.python.org stoke \ No newline at end of file