Skip to content

Commit 9bc67d4

Browse files
cerlanebcumming
andauthored
Update docs/software/devtools/gssr/containers.md
Co-authored-by: Ben Cumming <[email protected]>
1 parent 5003d18 commit 9bc67d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/devtools/gssr/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ As such, in the following documentation, we will use a PyTorch base container as
1313
The most commonly used Nvidia container used on Alps is the [Nvidia's PyTorch container](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch). Typically the latest version is preferred for the most up-to-date functionalities of PyTorch.
1414

1515
#### Example: Preparing a Nvidia PyTorch ContainerFile
16-
```
16+
```dockerfile
1717
FROM --platform=linux/arm64 nvcr.io/nvidia/pytorch:25.08-py3
1818

1919
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)