Skip to content

Commit

Permalink
Move comment out of RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jan 31, 2024
1 parent 4cb7d1e commit 93d131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ 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 pin required for CUDA 12. See https://github.com/conda-forge/cuda-python-feedstock/issues/66
"cuda-python=${CUDA_VER%.*}.*" \
"cuda-version=${CUDA_VER%.*}.*" \
ipython
Expand Down

0 comments on commit 93d131e

Please sign in to comment.