Modulus 22.07 Container version for Linux issue

Hello again, thank you for your help!

Here is some diagnostic info:


NVidia-DockerInfo.txt (81 Bytes)
NVidiaDriverInfoWindows

NVidia-SMI_Ubuntu.txt (1.4 KB)
NVidia-SMI_Windows.txt (2.7 KB)
WSL2Info.txt (541 Bytes)

installed nvidia-docker: nvidia-docker2/bionic,now 2.11.0-1 all [installed]

This covers my hardware (Alienware X17R2) in the larger PNG file, The windows NVidia driver info in the smaller PNG file. The text files show the output of nvidia-smi in windows powershell and ubuntu bash shell, and the version of nvidia-docker reported in the Ubuntu Linus. Also the WSL2 version.

Under this setup, 22.03.1 runs well.

22.07 seems to fail here: mount error: file creation failed: /var/lib/docker/overlay2/cbf295d0847a9ea1e856d012a9b2fb94781d2747095d870ac394abca5682339c/merged/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1: file exists: unknown

If I run the 22.07 container without GPU support, modulus starts and I get a bash root prompt. But when I try to run the wave_equation/wave_1d.py example (expecting it to be very slow but run), I get the following error:

root@9a85ff0ab82a:/examples/wave_equation# python wave_1d.py
Traceback (most recent call last):
  File "wave_1d.py", line 7, in <module>
    from modulus.continuous.solvers.solver import Solver
ModuleNotFoundError: No module named 'modulus.continuous'

Thanks again!
Chris

1 Like