Skip to content

Commit

Permalink
Merge pull request #8301 from takagi/bump-docker-v13.1.0
Browse files Browse the repository at this point in the history
Bump dockerfile to v13.1.0
  • Loading branch information
kmaehashi committed Apr 22, 2024
2 parents 4c9821b + 711cd0f commit 835b2be
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-cuda12x[all]==13.0.0"
RUN pip3 install --no-cache-dir "cupy-cuda12x[all]==13.1.0"
2 changes: 1 addition & 1 deletion docker/rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 2
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1

RUN python3 -m pip install --no-cache-dir -U install setuptools pip
RUN python3 -m pip install --no-cache-dir "cupy-rocm-5-0[all]==13.0.0"
RUN python3 -m pip install --no-cache-dir "cupy-rocm-5-0[all]==13.1.0"

ENV LD_LIBRARY_PATH=/opt/rocm/lib:$LD_LIBRARY_PATH
RUN python3 -c "import cupy; cupy.show_config()"

0 comments on commit 835b2be

Please sign in to comment.