modulus-sym icon indicating copy to clipboard operation
modulus-sym copied to clipboard

:bug: [BUG]: WSL Modulus Docker run error (libnvidia-ml.so.1: file exists: unknown)

Open NickGeneva opened this issue 2 years ago • 1 comments

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

NickGeneva avatar Jun 09 '23 21:06 NickGeneva

the windows docker can run successfully, but when I use the image in linux environment, it does not work...

zcfrank1st avatar Nov 09 '23 03:11 zcfrank1st

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.

abokov-nv avatar Apr 15 '25 22:04 abokov-nv