Skip to content

Commit 1bdaf31

Browse files
authored
Merge pull request #8125 from emcastillo/bump-dockerv13
[v13] Bump docker files to v13.0.0
2 parents 90ccbb4 + f6109b7 commit 1bdaf31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/python3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ RUN apt-get update -y && \
99
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
1010

1111
RUN pip3 install --no-cache-dir -U install setuptools pip
12-
RUN pip3 install --no-cache-dir -f https://pip.cupy.dev/pre/ "cupy-cuda12x[all]==13.0.0rc1"
12+
RUN pip3 install --no-cache-dir "cupy-cuda12x[all]==13.0.0"

docker/rocm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 2
1212
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
1313

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

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

0 commit comments

Comments
 (0)