downgrade docker back to 9 (#5257)

This commit is contained in:
ngimel
2018-02-15 09:31:45 -08:00
committed by Soumith Chintala
parent 1fdb3929c9
commit 2f40c88508

View File

@ -1,6 +1,4 @@
FROM nvidia/cuda:9.1-cudnn7-devel-ubuntu16.04 FROM nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04
RUN echo "deb http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.list.d/nvidia-ml.list
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \ build-essential \