naacl2018-fever icon indicating copy to clipboard operation
naacl2018-fever copied to clipboard

pytorch 0.3.1 seems too outdated to install

Open titsuki opened this issue 5 years ago • 0 comments

Hi, I faced an error when tried to build the Dockerfile:

command:

$ sudo docker build .

error:

Step 21/23 : RUN conda install -y pytorch=0.3.1 torchvision -c pytorch
...
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/pytorch/linux-64/pytorch-0.3.1-py36_cuda8.0.61_cudnn7.1.2_3.tar.bz2>
Elapsed: -

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.

Cheers,

titsuki avatar Mar 23 '19 16:03 titsuki