docker-torch-rnn icon indicating copy to clipboard operation
docker-torch-rnn copied to clipboard

cuda6.5 tag is not in Docker repos

Open FLamparski opened this issue 7 years ago • 2 comments

https://hub.docker.com/r/crisbal/torch-rnn/tags/ lists only base and cuda7.5

FLamparski avatar Sep 10 '17 10:09 FLamparski

Thanks for reporting. Probably the build for 6.5 failed last time I pushed changes. As a workaround you could try to build the image locally for yourself locally.

First you go into the directory for the 6.5 Dockerfile and then run docker build . -t torch-rnn:cuda6.5. It should take some time but in the end you will have the image ready locally.

Right now I don't have access to a machine with cuda6.5 and with good upload so building and uploading to dockerhub will take a long time for me.

On Sun, Sep 10, 2017, 12:09 Filip Wieland [email protected] wrote:

https://hub.docker.com/r/crisbal/torch-rnn/tags/ lists only base and cuda7.5

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crisbal/docker-torch-rnn/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/ACmgZqFJNdN1BtOvs6RSTnJKHCfum0lXks5sg7VggaJpZM4PSRNX .

--

Cristian Baldi

crisbal avatar Sep 10 '17 10:09 crisbal

I tried that, but the build failed, I can't remember the exact message now but nvcc complained about an ambiguous min() overload

On Sep 10, 2017 11:17, "Cristian Baldi" [email protected] wrote:

Thanks for reporting. Probably the build for 6.5 failed last time I pushed changes. As a workaround you could try to build the image locally for yourself locally.

First you go into the directory for the 6.5 Dockerfile and then run docker build . -t torch-rnn:cuda6.5. It should take some time but in the end you will have the image ready locally.

Right now I don't have access to a machine with cuda6.5 and with good upload so building and uploading to dockerhub will take a long time for me.

On Sun, Sep 10, 2017, 12:09 Filip Wieland [email protected] wrote:

https://hub.docker.com/r/crisbal/torch-rnn/tags/ lists only base and cuda7.5

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crisbal/docker-torch-rnn/issues/8, or mute the thread <https://github.com/notifications/unsubscribe-auth/ ACmgZqFJNdN1BtOvs6RSTnJKHCfum0lXks5sg7VggaJpZM4PSRNX> .

--

Cristian Baldi

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/crisbal/docker-torch-rnn/issues/8#issuecomment-328333151, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3uJze8DsAYFebywsAuBxEL0nFZvE7kks5sg7c6gaJpZM4PSRNX .

FLamparski avatar Sep 10 '17 11:09 FLamparski