Skip to content

Commit e944da0

Browse files
authored
Upgrade packages in container to reduce the number of CVEs (#361)
1 parent 2d1ebee commit e944da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micro-benchmarks/nccl-tests/nccl-tests.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG AWS_OFI_NCCL_VERSION=v1.8.1-aws
88
ARG NCCL_VERSION=v2.20.3-1
99
ARG NCCL_TESTS_VERSION=v2.13.9
1010

11-
RUN apt-get update -y
11+
RUN apt-get update -y && apt-get upgrade -y
1212
RUN apt-get remove -y --allow-change-held-packages \
1313
ibverbs-utils \
1414
libibverbs-dev \

0 commit comments

Comments
 (0)