Skip to content

Commit

Permalink
Merge pull request cupy#5681 from emcastillo/bumpv1000b2
Browse files Browse the repository at this point in the history
Bump docker to v10.0.0b2
  • Loading branch information
kmaehashi authored Aug 26, 2021
2 parents 37d28ee + eb64d78 commit 836f41b
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]==10.0.0b1"
RUN pip3 install --no-cache-dir -f https://github.com/cupy/cupy/releases/v10.0.0b2 "cupy-cuda112[all]==10.0.0b2"
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]==10.0.0b1"
RUN pip3 install --no-cache-dir -f https://github.com/cupy/cupy/releases/v10.0.0b2 "cupy-rocm-4-0[all]==10.0.0b2"

USER rocm-user

0 comments on commit 836f41b

Please sign in to comment.