Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Merge requests
!417
Apptainer singularity
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Apptainer singularity
apptainer-singularity
into
master
Overview
0
Commits
8
Pipelines
1
Changes
5
Merged
Jan Siwiec
requested to merge
apptainer-singularity
into
master
2 years ago
Overview
0
Commits
8
Pipelines
1
Changes
5
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
eec9f6ee
8 commits,
2 years ago
5 files
+
89
−
59
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
docs.it4i/dgx2/job_execution.md
+
3
−
3
Options
@@ -100,14 +100,14 @@ kru0052@cn202:~$ exit
### Job Execution
The DGX-2 machine runs only a bare-bone, minimal operating system. Users are expected to run
**[
s
ingularity][1]**
containers in order to enrich the environment according to the needs.
**[
Apptainer/S
ingularity][1]**
containers in order to enrich the environment according to the needs.
Containers (Docker images) optimized for DGX-2 may be downloaded from
[
NVIDIA Gpu Cloud
][
2
]
. Select the code of interest and
copy the docker nvcr.io link from the Pull Command section. This link may be directly used
to download the container via
s
ingularity, see the example below:
to download the container via
Apptainer/S
ingularity, see the example below:
#### Example - Singularity Run Tensorflow
#### Example -
Apptainer/
Singularity Run Tensorflow
```
console
[kru0052@login2.barbora ~]$
qsub
-q
qdgx
-l
walltime
=
01:00:00
-I
Loading