Skip to content
Snippets Groups Projects
Commit 48f88131 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

add scp

parent 39247b8f
No related branches found
No related tags found
6 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!196Master,!187Singularity
...@@ -236,13 +236,28 @@ $ image-mpi hostname | wc -l ...@@ -236,13 +236,28 @@ $ image-mpi hostname | wc -l
1. Prepare the image on your computer 1. Prepare the image on your computer
1. Transfer the images to your `/home` directory on the cluster (for example `.singularity/image`) 1. Transfer the images to your `/home` directory on the cluster (for example `.singularity/image`)
```console
local $ scp image login@login4.salomon.it4i.cz:/home/login/.singularity/image/image
```
1. Load module Singularity (`ml Singularity`) 1. Load module Singularity (`ml Singularity`)
1. Use your image 1. Use your image
## How to Edit IT4Innovations Image? ## How to Edit IT4Innovations Image?
1. Transfer the image to your computer 1. Transfer the image to your computer
```console
local $ scp login@login4.salomon.it4i.cz:/home/login/.singularity/image/image image
```
1. Modify the image 1. Modify the image
1. Transfer the image from your computer to your `/home` directory on the cluster 1. Transfer the image from your computer to your `/home` directory on the cluster
```console
local $ scp image login@login4.salomon.it4i.cz:/home/login/.singularity/image/image
```
1. Load module Singularity (`ml Singularity`) 1. Load module Singularity (`ml Singularity`)
1. Use your image 1. Use your image
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment