mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
fix nccl version
This commit is contained in:
parent
5cc3aff9ba
commit
60bff0a5f3
|
|
@ -9,7 +9,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
curl \
|
||||
vim \
|
||||
ca-certificates \
|
||||
libnccl-dev \
|
||||
libnccl2=2.0.5-2+cuda8.0 \
|
||||
libnccl-dev=2.0.5-2+cuda8.0 \
|
||||
libjpeg-dev \
|
||||
libpng-dev &&\
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user