- OS: MacOS Sierra
- PyTorch version:
master
- How you installed PyTorch (conda, pip, source): Just pulled the dockerfile
I pulled the dockerfile just now and tried to build it using a tool that we plan on open-sourcing at some point. The command translates to a simple docker build -t ..
W: GPG error: http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 Release: The following signatures were invalid: BADSIG F60F4B3D7FA2AF80 cudatools <cudatools@nvidia.com>
W: The repository 'http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 Release' is not signed.
Reading package lists...
Building dependency tree...
Reading state information...
E: Version '2.0.5-2+cuda9.0' for 'libnccl2' was not found
E: Version '2.0.5-2+cuda9.0' for 'libnccl-dev' was not found
The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends build-essential cmake git curl vim ca-certificates libnccl2=2.0.5-2+cuda9.0 libnccl-dev=2.0.5-2+cuda9.0 libjpeg-dev libpng-dev && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
masterI pulled the dockerfile just now and tried to build it using a tool that we plan on open-sourcing at some point. The command translates to a simple
docker build -t ..