Skip to content

Commit

Permalink
Merge pull request cupy#4051 from emcastillo/bump-docker
Browse files Browse the repository at this point in the history
[v8] Bump Docker version to v8.0.0
  • Loading branch information
kmaehashi authored Oct 1, 2020
2 parents 17cc5c1 + f9e0b1d commit 9685664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN apt-get update -y && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip3 install --no-cache-dir -U install setuptools pip
RUN pip3 install --no-cache-dir cupy-cuda102==8.0.0rc1 scipy optuna
RUN pip3 install --no-cache-dir cupy-cuda102==8.0.0 scipy optuna

0 comments on commit 9685664

Please sign in to comment.