Skip to content

Commit

Permalink
Update mambaforge to miniforge (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe authored Oct 24, 2023
1 parent d28a59a commit 3da9927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG CUDA_VER=11.8.0
ARG LINUX_VER=ubuntu22.04
ARG PYTHON_VER=3.10
FROM rapidsai/mambaforge-cuda:cuda${CUDA_VER}-base-${LINUX_VER}-py${PYTHON_VER}
FROM rapidsai/miniforge-cuda:cuda${CUDA_VER}-base-${LINUX_VER}-py${PYTHON_VER}

ARG TARGETPLATFORM
ARG CUDA_VER
Expand Down

0 comments on commit 3da9927

Please sign in to comment.