Skip to content
Snippets Groups Projects
Commit 726071ce authored by Nastassya Horlava's avatar Nastassya Horlava
Browse files

fix typo in link

parent 429d598f
Branches
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ $ apptainer build my_apptainer.sif docker-archive:lolcow.tar
Containers are built via a [definition file](https://apptainer.org/docs/user/latest/definition_files.html) and the `apptainer build` command.
In the definition file you usually start with a (*base container*)[https://apptainer.org/docs/user/latest/definition_files.html#header] and build your environment on top of it in the [`post`](https://apptainer.org/docs/user/latest/definition_files.html#post) section.
In the definition file you usually start with a [*base container*](https://apptainer.org/docs/user/latest/definition_files.html#header) and build your environment on top of it in the [`post`](https://apptainer.org/docs/user/latest/definition_files.html#post) section.
The following simple example defines a container in which WandB is installed on top of NVIDIA's JAX container.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment