Skip to content

Commit

Permalink
FIX install patch with apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Dec 18, 2024
1 parent d3ad5f2 commit c8e0af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cuvs-bench/cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo ". /opt/conda/etc/profile.d/conda.sh; conda activate base" >> /etc/bash.bas
EOF

# we need perl temporarily for the remaining benchmark perl scripts
RUN apt-get install perl -y
RUN apt-get install perl patch -y

# update everything before other environment changes, to ensure mixing
# an older conda with newer packages still works well
Expand Down
2 changes: 1 addition & 1 deletion cuvs-bench/gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo ". /opt/conda/etc/profile.d/conda.sh; conda activate base" >> /etc/bash.bas
EOF

# we need perl temporarily for the remaining benchmark perl scripts
RUN apt-get install perl -y
RUN apt-get install perl patch -y

RUN <<EOF
mamba update --all -y -n base
Expand Down

0 comments on commit c8e0af0

Please sign in to comment.