hello @jdongca2003
I would like to use a customized tensorflow singularity container with GPU support environment, say, I want to install some specific python libraries according to the python project requirements.
I use command below, but it has errors:
sudo singularity -d build --sandbox sandbox_tf-gpu/ docker://continuumio/anaconda3
sudo singularity run --nv --writable sandbox_tf-gpu/
So I would like to ask you how do you set your singularity container with gpu with different specific python libraries?
Thank you!
Jing
hello @jdongca2003
I would like to use a customized tensorflow singularity container with GPU support environment, say, I want to install some specific python libraries according to the python project requirements.
I use command below, but it has errors:
sudo singularity -d build --sandbox sandbox_tf-gpu/ docker://continuumio/anaconda3sudo singularity run --nv --writable sandbox_tf-gpu/So I would like to ask you how do you set your singularity container with gpu with different specific python libraries?
Thank you!
Jing