Skip to content

Commit

Permalink
FIX extra mamba clean in cpu dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Sep 28, 2023
1 parent af71f5a commit 36b2bf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion raft-ann-bench/cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN mamba update --all -y -n base \
&&mamba install -y -n base \
"raft-ann-bench-cpu=${RAPIDS_VER}.*" \
"python=${PYTHON_VER}" \
&& mamba update --all -y -n base \
&& conda clean -afy

# we need to change the permissions of the conda folder so that all users can execute
Expand Down

0 comments on commit 36b2bf0

Please sign in to comment.