docker-torch-rnn
docker-torch-rnn copied to clipboard
cuda6.5 tag is not in Docker repos
https://hub.docker.com/r/crisbal/torch-rnn/tags/ lists only base
and cuda7.5
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
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 .