Kaixhin/dockerfiles

ENV issue

LijieTu opened this issue · 2 comments

ENV PATH=/root/torch/install/bin:$PATH
should be ENV PATH /root/torch/install/bin:$PATH
in dockerfiles/cuda-torch-plus/Dockerfile

See here zeromq/jzmq@5558dc0

According to the documentation on Dockerfiles, this should be fine (and I like to use the = for consistency even if only one ENV variable is set).

If you are getting an error it's probably because of an error introduced in 71774d4, which should hopefully be resolved. Once the Docker image is rebuilt please try again.

I've sorted out paths in the dependencies and tested fbcunn within the cuda-torch-plus image, so I'm now closing this issue.