Skip to content

Commit

Permalink
Merge pull request #5275 from emcastillo/bump-docker-v10.1a
Browse files Browse the repository at this point in the history
Bump Dockerfile version to v10.0.0a1
  • Loading branch information
asi1024 authored May 27, 2021
2 parents a4ab579 + 2f05dfe commit b01641d
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.0.0rc1"
RUN pip3 install --no-cache-dir "cupy-cuda112[all]==10.0.0a1"
2 changes: 1 addition & 1 deletion docker/rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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.0.0rc1"
RUN pip3 install --no-cache-dir "cupy-rocm-4-0[all]==10.0.0a1"

USER rocm-user

0 comments on commit b01641d

Please sign in to comment.