Difference between revisions of "Submit a Singularity job"
From ScientificComputing
(Created page with "__NOTOC__ $ singularity pull docker://dockeruser/ubuntu-python3 $ ls ubuntu-python3_latest.sif $ singularity run ubuntu-python3_latest.sif python3 -c "import tensorflow...") |
(No difference)
|
Revision as of 18:08, 16 July 2021
$ singularity pull docker://dockeruser/ubuntu-python3 $ ls ubuntu-python3_latest.sif $ singularity run ubuntu-python3_latest.sif python3 -c "import tensorflow as tf; print(tf.__version__)" 2021-07-16 17:48:23.073697: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /.singularity.d/libs
2021-07-16 17:48:23.073724: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. 2.5.0