Skip to content

Commit

Permalink
Bump Dockerfile version to v12.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
asi1024 committed Mar 2, 2023
1 parent 36ce0bb commit b3bd078
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 -f https://pip.cupy.dev/pre/ "cupy-cuda11x[all]==12.0.0b3"
RUN pip3 install --no-cache-dir -f https://pip.cupy.dev/pre/ "cupy-cuda11x[all]==12.0.0rc1"
2 changes: 1 addition & 1 deletion docker/rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ RUN apt-get update -y && \
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1

RUN python3 -m pip install --no-cache-dir -U install setuptools pip
RUN python3 -m pip install --no-cache-dir -f https://pip.cupy.dev/pre/ "cupy-rocm-5-0[all]==12.0.0b3"
RUN python3 -m pip install --no-cache-dir -f https://pip.cupy.dev/pre/ "cupy-rocm-5-0[all]==12.0.0rc1"

USER rocm-user

0 comments on commit b3bd078

Please sign in to comment.