-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cuda6.5 tag is not in Docker repos #8
Comments
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 ***@***.***> 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
<#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" ***@***.***> 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 ***@***.***>
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
> <#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
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA3uJze8DsAYFebywsAuBxEL0nFZvE7kks5sg7c6gaJpZM4PSRNX>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://hub.docker.com/r/crisbal/torch-rnn/tags/ lists only
base
andcuda7.5
The text was updated successfully, but these errors were encountered: