Skip to content

Commit

Permalink
Bump cupy version in Dockerfile to v10.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilio Castillo committed Nov 11, 2021
1 parent 72a589c commit a977e9f
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://github.com/cupy/cupy/releases/v10.0.0b3 "cupy-cuda114[all]==10.0.0b3"
RUN pip3 install --no-cache-dir -f https://github.com/cupy/cupy/releases/v10.0.0rc1 "cupy-cuda114[all]==10.0.0rc1"
2 changes: 1 addition & 1 deletion docker/rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ RUN apt-get update -y && \
RUN curl https://bootstrap.pypa.io/get-pip.py | sudo python3.7

RUN pip3 install --no-cache-dir -U install setuptools pip
RUN pip3 install --no-cache-dir -f https://github.com/cupy/cupy/releases/v10.0.0b3 "cupy-rocm-4-3[all]==10.0.0b3"
RUN pip3 install --no-cache-dir -f https://github.com/cupy/cupy/releases/v10.0.0rc1 "cupy-rocm-4-3[all]==10.0.0rc1"

USER rocm-user

0 comments on commit a977e9f

Please sign in to comment.