Skip to content

Commit

Permalink
Update Dockerfile.test.gpu
Browse files Browse the repository at this point in the history
Co-authored-by: Enrico Minack <github@enrico.minack.dev>
Signed-off-by: Lee Yang <leewyang@gmail.com>
  • Loading branch information
leewyang and EnricoMi committed Aug 15, 2022
1 parent 0ce9b3f commit b06d0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.test.gpu
Expand Up @@ -167,7 +167,7 @@ RUN if [[ ${MXNET_PACKAGE} != "mxnet-nightly-cu"* ]]; then \
fi

# Prefetch Spark MNIST dataset.
RUN mkdir -p /work && mkdir -p /data && wget --progress=dot:mega https://horovod-datasets.s3.amazonaws.com/mnist.bz2 -O /data/mnist.bz2
RUN mkdir -p /work /data && wget --progress=dot:mega https://horovod-datasets.s3.amazonaws.com/mnist.bz2 -O /data/mnist.bz2

# Prefetch Spark Rossmann dataset.
RUN mkdir -p /data && wget --progress=dot:mega https://horovod-datasets.s3.amazonaws.com/rossmann.tgz -O - | tar -xzC /data
Expand Down

0 comments on commit b06d0a9

Please sign in to comment.