:bug: [BUG]: WSL Modulus Docker run error (libnvidia-ml.so.1: file exists: unknown)
There is an issue with running Modulus Docker container such that it does work on WSL. Proposed solution is removing some library files:
FROM nvcr.io/nvidia/modulus/modulus:22.09
RUN rm -rf \
/usr/lib/x86_64-linux-gnu/libcuda.so* \
/usr/lib/x86_64-linux-gnu/libnvcuvid.so* \
/usr/lib/x86_64-linux-gnu/libnvidia-*.so* \
/usr/local/cuda/compat/lib/*.515.65.01
https://forums.developer.nvidia.com/t/wsl-modulus-docker-run-error-libnvidia-ml-so-1-file-exists-unknown/256058/5
the windows docker can run successfully, but when I use the image in linux environment, it does not work...
We're closing this issue due to inactivity. It's been open for an extended period without recent updates or confirmation that the problem still exists in current versions of PhysicsNeMo.
If you're still experiencing this issue with the latest release, please feel free to reopen the ticket with updated information about your environment and steps to reproduce.