Skip to content

Commit

Permalink
Merge pull request cupy#5817 from kmaehashi/bump-docker-v9.5.0
Browse files Browse the repository at this point in the history
Bump cupy version in Dockerfile to v9.5.0
  • Loading branch information
kmaehashi authored Sep 30, 2021
2 parents 74e8baa + 281e5e9 commit aa82a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-cuda112[all]==9.4.0"
RUN pip3 install --no-cache-dir "cupy-cuda112[all]==9.5.0"
2 changes: 1 addition & 1 deletion docker/rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ 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-rocm-4-0[all]==9.4.0"
RUN pip3 install --no-cache-dir "cupy-rocm-4-0[all]==9.5.0"

USER rocm-user

0 comments on commit aa82a99

Please sign in to comment.