Bachwa Kienan
Bachwa Kienan
Same issue here, found an issue related to this on nvidia-docker repo https://github.com/NVIDIA/nvidia-container-toolkit/issues/289 I made a Dockerfile containing this `RUN rm -rf /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1 /usr/lib/x86_64-linux-gnu/libcuda.so.1 /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.1 /usr/lib/x86_64-linux-gnu/libnvidia-opticalflow.so.1 /usr/lib/x86_64-linux-gnu/libnvcuvid.so.1` and executed it...
Tried building with the command by using your Dockerfile ` docker build -t voltaml/volta_diffusion -f Dockerfile .` but got the following error ``` => ERROR [6/6] RUN pip install --no-cache-dir...