File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ RUN apt-get update -y && \
9
9
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
10
10
11
11
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 "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 2
12
12
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
13
13
14
14
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 "
16
16
17
17
ENV LD_LIBRARY_PATH=/opt/rocm/lib:$LD_LIBRARY_PATH
18
18
RUN python3 -c "import cupy; cupy.show_config()"
You can’t perform that action at this time.
0 commit comments