mirror of
https://github.com/NVIDIA/nccl-tests.git
synced 2026-04-23 16:08:20 +08:00
fix bugs
This commit is contained in:
parent
c9ace03f2d
commit
e115bd8517
@ -47,7 +47,7 @@ RUN mv /etc/apt/sources.list.d/cuda*.list /tmp/disabled-cuda.list || true && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
build-essential gcc g++ curl git wget ca-certificates \
|
||||
make automake autoconf libtool pkg-config \
|
||||
python3 python3-pip gzip xz-utils && \
|
||||
python3 python3-pip gzip xz-utils makeself && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# -------------------------
|
||||
|
||||
@ -46,7 +46,7 @@ RUN apt-get -o Acquire::http::No-Cache=true update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
build-essential gcc g++ curl git wget ca-certificates \
|
||||
make automake autoconf libtool pkg-config \
|
||||
python3 python3-pip gzip xz-utils && \
|
||||
python3 python3-pip gzip xz-utils makeself && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# -------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user