Skip to content

Commit

Permalink
Use specific version of mamba and install libarchive explicitly (#329)
Browse files Browse the repository at this point in the history
Signed-off-by: Peixin Li <[email protected]>
  • Loading branch information
pxLi authored Jul 18, 2023
1 parent ee8d7a0 commit 2de9490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linu

# install cuML
ARG CUML_VER=23.06
RUN conda install -c conda-forge mamba && \
RUN conda install -y -c conda-forge mamba=1.4.9 libarchive && \
mamba install -y -c rapidsai -c nvidia -c conda-forge cuml=$CUML_VER python=3.9 cuda-toolkit=11.5 \
&& mamba clean --all -f -y

0 comments on commit 2de9490

Please sign in to comment.