Skip to content

Commit

Permalink
Switch cudatoolkit to cuda-version
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jul 6, 2023
1 parent fa0b9c2 commit f00be72
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 @@ -48,7 +48,7 @@ RUN mamba install -y -n base \
"rapids=${RAPIDS_VER}.*" \
"dask-sql=${DASK_SQL_VER%.*}.*" \
"python=${PYTHON_VER}.*" \
"cudatoolkit=${CUDA_VER%.*}.*" \
"cuda-version=${CUDA_VER%.*}.*" \
ipython \
&& conda clean -afy

Expand Down

0 comments on commit f00be72

Please sign in to comment.