Skip to content

Commit 71a822d

Browse files
mitchdz1tnguyen
andauthored
devdeps.ext.Dockerfile: pin 25.06 (#3440)
now that cuquantum 25.09 is out, deployments is failing, since that is being pulled automatically. Signed-off-by: Mitchell <[email protected]> Co-authored-by: Thien Nguyen <[email protected]>
1 parent 28aaa0c commit 71a822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build/devdeps.ext.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ ENV PATH="${CUDA_INSTALL_PREFIX}/lib64/:${CUDA_INSTALL_PREFIX}/bin:${PATH}"
169169
RUN apt-get update && apt-get install -y --no-install-recommends \
170170
python3 python3-pip && \
171171
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* && \
172-
python3 -m pip install cupy-cuda$(echo $CUDA_VERSION | cut -d . -f1)x==13.4.1 cuquantum-cu$(echo $CUDA_VERSION | cut -d . -f1)~=25.06 && \
172+
python3 -m pip install cupy-cuda$(echo $CUDA_VERSION | cut -d . -f1)x==13.4.1 cuquantum-cu$(echo $CUDA_VERSION | cut -d . -f1)==25.06 && \
173173
if [ "$(python3 --version | grep -o [0-9\.]* | cut -d . -f -2)" != "3.10" ]; then \
174174
echo "expecting Python version 3.10"; \
175175
fi

0 commit comments

Comments
 (0)