Skip to content

Commit

Permalink
Merge pull request #3214 from kmaehashi/bump-docker-v8.0.0b1
Browse files Browse the repository at this point in the history
Bump Dockerfile version to v8.0.0b1
  • Loading branch information
emcastillo committed Mar 23, 2020
2 parents bccda26 + 8282ed6 commit 3f3a208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/python3/Dockerfile
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update -y && \
python3-setuptools && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip3 install --no-cache-dir cupy-cuda92==8.0.0a1
RUN pip3 install --no-cache-dir cupy-cuda92==8.0.0b1

0 comments on commit 3f3a208

Please sign in to comment.