Skip to content

Commit

Permalink
Upgrade packages in container to reduce the number of CVEs (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
iankouls-aws authored Jun 21, 2024
1 parent 2d1ebee commit e944da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro-benchmarks/nccl-tests/nccl-tests.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG AWS_OFI_NCCL_VERSION=v1.8.1-aws
ARG NCCL_VERSION=v2.20.3-1
ARG NCCL_TESTS_VERSION=v2.13.9

RUN apt-get update -y
RUN apt-get update -y && apt-get upgrade -y
RUN apt-get remove -y --allow-change-held-packages \
ibverbs-utils \
libibverbs-dev \
Expand Down

0 comments on commit e944da0

Please sign in to comment.