Skip to content

Commit

Permalink
Revert "Pin cuda-python (#624)" (#628)
Browse files Browse the repository at this point in the history
Now that `cuda-python` packaging has been fixed to enable CUDA Enhanced Compatibility in conda-forge/cuda-python-feedstock#67, we can unpin `cuda-python` in our Docker builds. This reverts commit 7c808e7.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #628
  • Loading branch information
bdice authored Feb 2, 2024
1 parent d2aa57c commit d589af9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,11 @@ WORKDIR /home/rapids

COPY condarc /opt/conda/.condarc

# cuda-python pin required for CUDA 12. See https://github.com/conda-forge/cuda-python-feedstock/issues/66
RUN <<EOF
mamba install -y -n base \
"rapids=${RAPIDS_VER}.*" \
"dask-sql=${DASK_SQL_VER%.*}.*" \
"python=${PYTHON_VER}.*" \
"cuda-python=${CUDA_VER%.*}.*" \
"cuda-version=${CUDA_VER%.*}.*" \
ipython
conda clean -afy
Expand Down

0 comments on commit d589af9

Please sign in to comment.