You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/03/11 23:51:55 UTC

[GitHub] [incubator-mxnet] rbavery opened a new issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?

rbavery opened a new issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?
URL: https://github.com/apache/incubator-mxnet/issues/17819
 
 
   I'm trying to reproduce this repository: https://github.com/msracver/FCIS, which depends on an older version of mxnet, 1.4.1. I've using https://hub.docker.com/layers/mxnet/python/1.4.1_gpu_cu80_py2/images/sha256-d069471816ee1184bfffb644b173c17cf0d9a80f54448a669ee8defa6beeea38?context=explore
   
   But when I try to compile FCIS's custom operators I get an error that nvcc is not found in my PATH, because it is not installed in the usual location at /usr/local/cuda/bin (there is no bin folder in the cuda directory). 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] leezu commented on issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?
URL: https://github.com/apache/incubator-mxnet/issues/17819#issuecomment-598909839
 
 
   Did you verify the problem exists for the latest (1.6 or master) docker images?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] leezu commented on issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?
URL: https://github.com/apache/incubator-mxnet/issues/17819#issuecomment-600266960
 
 
   I understand it's needed for FCIS. If you believe nvcc should be distributed in mxnet containers, it would be good to verify if this is still a problem so that it can be fixed for new versions of mxnet.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] rbavery commented on issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?

Posted by GitBox <gi...@apache.org>.
rbavery commented on issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?
URL: https://github.com/apache/incubator-mxnet/issues/17819#issuecomment-600225194
 
 
   I need to use older docker versions to reproduce the FCIS repo, but I fixed the issue by going back to version .12 where nvcc is included in the builds.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?

Posted by GitBox <gi...@apache.org>.
leezu edited a comment on issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?
URL: https://github.com/apache/incubator-mxnet/issues/17819#issuecomment-600266960
 
 
   I understand you need an older release for FCIS. However, if you believe nvcc should be distributed in mxnet containers, it would be good to verify if this is still a problem so that it can be fixed for new versions of mxnet.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] rbavery closed issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?

Posted by GitBox <gi...@apache.org>.
rbavery closed issue #17819: Why is nvcc not installed along with cuda in mxnet docker builds?
URL: https://github.com/apache/incubator-mxnet/issues/17819
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services