Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hpc/13_tutorial_intro_hpc/11_apptainer_on_torch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Container images are typically read-only. Research data, scripts, notebooks, and

By making host directories available inside the container, Apptainer allows applications to access data stored on Torch while maintaining a reproducible software environment.

# Using Docker images with Apptainer
# Using Docker Images with Apptainer

So far, we have used container images that are already available on Torch under `/share/apps/images`.

Expand Down
Loading