-
Notifications
You must be signed in to change notification settings - Fork 1
Build Image
Saravanabalagi Ramachandran edited this page Jan 14, 2020
·
1 revision
To build a singularity image (.sif) from the definition file (.def) on your own machine:
cd src
sudo singularity build tf2.sif tf2.def # tf2 (no notebook or lab)Once tf2.sif is built, you can then build with jupyter support using one of the following:
sudo singularity build jupyter_tf2.sif jupyter.def # jupyter (only notebook)
sudo singularity build jupyter_tf2.sif jupyterlab.def # jupyterlab (contains both notebook and lab)