Skip to content

Copy to Server

Saravanabalagi Ramachandran edited this page Jan 14, 2020 · 1 revision

To copy the singularity image (.sif) to the Server Machine:

scp your_machine:~/singularity_images/tf2.sif ~/singularity_images/
#scp source destination

Note that this requires authentication to your machine, it's strongly recommended to setup ssh key access so you can directly run the above command.

Clone this wiki locally