iot-salzburg / gpu-jupyter

GPU-Jupyter: Leverage the flexibility of Jupyterlab through the power of your NVIDIA GPU to run your code from Tensorflow and Pytorch in collaborative notebooks on the GPU.
Apache License 2.0
708 stars 235 forks source link

nvcc issue #112

Closed GeorvityLabs closed 10 months ago

GeorvityLabs commented 1 year ago

@iot-salzburg ,

i tried to run nvcc --version from within the notebook , but it shows it isn't there. any tips on how to fix this issue?

steven-hh-ding commented 1 year ago

same - we have to download and install. did it get deleted during the build?

ChristophSchranz commented 1 year ago

Hi, unfortunately, I can't reproduce this issue. nvcc is installed within this lines: https://github.com/iot-salzburg/gpu-jupyter/blob/5d8443c61663dbcbee6034e9baebd9d61ac6a5c0/src/Dockerfile.gpulibs#L43-L48

Note that this Dockerfile part is stacked together into .build/Dockerfile. The reason why nvcc is installed this way is discussed in https://github.com/iot-salzburg/gpu-jupyter/issues/106.

ChristophSchranz commented 10 months ago

Closing as there is no response and the issue seems to not occur anymore on recent versions.