Skip to content

Commit

Permalink
Fix containers tutorial (#218)
Browse files Browse the repository at this point in the history
* ADD NV container toolkit

* RM RST experiment
  • Loading branch information
matbun authored Sep 19, 2024
1 parent d2acd25 commit e05af29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tutorials/distributed-ml/torch-tutorial-containers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ in this folder:
itwinai exec-pipeline --config config.yaml --pipe-key training_pipeline
```

> [!WARNING]
> When using Docker, if your container does not recognizes the GPUs of your VM
> you may need to install the
> [Nvidia container toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/index.html)
> , if not already installed.
## Singularity (HPC environments)

With singularity there is no need to explicitly bind mount the current working directory (CWD) in the container
Expand Down

0 comments on commit e05af29

Please sign in to comment.