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
699 stars 231 forks source link

nvtop src directory #94

Closed ChristofKaufmann closed 1 year ago

ChristofKaufmann commented 1 year ago

I seems, after building and installing nvtop you are removing the wrong (non-existing) directory. In line 32 and 33 you clone and go into /run/nvtop, but in line 37 you remove /tmp/nvtop. https://github.com/iot-salzburg/gpu-jupyter/blob/117d88e74b361659d8feac9264f081e60847549b/src/Dockerfile.gpulibs#L32-L37 When I look inside the image, I can see the source and build artifacts in /run/nvtop/.

ChristophSchranz commented 1 year ago

Yes @ChristofKaufmann you are right! Thank you!