src-d / coreos-nvidia

Yet another NVIDIA driver container for Container Linux (aka CoreOS)
GNU General Public License v3.0
37 stars 15 forks source link

Build is broken #6

Closed vmarkovtsev closed 6 years ago

vmarkovtsev commented 6 years ago

https://travis-ci.org/src-d/coreos-nvidia/jobs/372424195#L1821

trevex commented 6 years ago

If I run it locally it works fine, possibly just invalid credentials on their side currently.

trevex commented 6 years ago

It worked locally, because I skipped the docker login. After a closer look it looks like the password is not properly piped.

I fixed this in my fork. As a temporary workaround you can use image of the fork built here (looks like alpha channel is broken though).

PR https://github.com/src-d/coreos-nvidia/pull/7

vmarkovtsev commented 6 years ago

@mcuadros @smola

smola commented 6 years ago

@vmarkovtsev It seems this is fixed now: https://travis-ci.org/src-d/coreos-nvidia/builds/388164486

vmarkovtsev commented 6 years ago

Thanks for the fix @trevex !