Skip to content

Commit

Permalink
Merge pull request #8125 from emcastillo/bump-dockerv13
Browse files Browse the repository at this point in the history
[v13] Bump docker files to v13.0.0
  • Loading branch information
kmaehashi committed Jan 18, 2024
2 parents 90ccbb4 + f6109b7 commit 1bdaf31
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-cuda12x[all]==13.0.0rc1"
RUN pip3 install --no-cache-dir "cupy-cuda12x[all]==13.0.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 -f https://pip.cupy.dev/pre/ "cupy-rocm-5-0[all]==13.0.0rc1"
RUN python3 -m pip install --no-cache-dir "cupy-rocm-5-0[all]==13.0.0"

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

0 comments on commit 1bdaf31

Please sign in to comment.