Skip to content

Commit 1b4d401

Browse files
Merge branch 'main' into lammps_docs_v2
2 parents e36eaba + 80a314b commit 1b4d401

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/services/cicd.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[](){#ref-cicd}
22
# Continuous Integration / Continuous Deployment (CI/CD)
33

4+
!!! warning
5+
The CI/CD documention has not been fully ported from [the Knowledgebase](https://confluence.cscs.ch/x/UAXJMw).
6+
The information here is correct, but a lot of valuable information is still missing, please rather use at this
7+
moment the [old documentation](https://confluence.cscs.ch/x/UAXJMw)
8+
49
[](){#ref-cicd-containerized-intro}
510
## Introduction containerized CI/CD
611

docs/software/ml/pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Uenvs are read-only, and cannot be modified. However, it is possible to add Pyth
286286
```console title="Creating a virtual environment on top of the uenv"
287287
$ uenv start pytorch/v2.6.0:v1 --view=default # (1)!
288288

289-
$ python -m venv ./my-venv # (2)!
289+
$ python -m venv --system-site-packages ./my-venv # (2)!
290290

291291
$ source ./my-venv/bin/activate # (3)!
292292

docs/software/prgenv/prgenv-nvfortran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ uenv image find prgenv-nvfortran
6464
uenv image find prgenv-nvfortran@*
6565

6666
# pull a version
67-
uenv image find prgenv-nvfortran/24.11:v1
67+
uenv image pull prgenv-nvfortran/24.11:v2
6868
```
6969

7070
=== "the nvfort view"

0 commit comments

Comments
 (0)