modify Dockerfile for GPU version

pull/6361/head
wuweikang 5 years ago
parent 8f0c863efe
commit a04a58d373

@ -35,9 +35,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
autoconf \ autoconf \
libtool \ libtool \
automake \ automake \
flex \ flex
libnccl2=2.4.8-1+cuda10.1 \
libnccl-dev=2.4.8-1+cuda10.1
# Set bash # Set bash
RUN echo "dash dash/sh boolean false" | debconf-set-selections RUN echo "dash dash/sh boolean false" | debconf-set-selections

@ -35,9 +35,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
autoconf \ autoconf \
libtool \ libtool \
automake \ automake \
flex \ flex
libnccl2=2.4.8-1+cuda10.1 \
libnccl-dev=2.4.8-1+cuda10.1
# Set bash # Set bash
RUN echo "dash dash/sh boolean false" | debconf-set-selections RUN echo "dash dash/sh boolean false" | debconf-set-selections

Loading…
Cancel
Save