Skip to content

Commit f3e0141

Browse files
authored
Merge pull request #237 from NYU-RTS/mdweisner-patch-4
Update 03_singularity_with_conda.md
2 parents da9d676 + 13db630 commit f3e0141

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/hpc/07_containers/03_singularity_with_conda.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ singularity exec --fakeroot --overlay overlay-15GB-500K.ext3:rw /share/apps/imag
8888

8989
The above starts a bash shell inside the referenced Singularity Container overlaid with the 15GB 500K you set up earlier. This creates the functional illusion of having a writable filesystem inside the typically read-only Singularity container.
9090

91-
:::information
91+
:::note
9292
Please note that the default Singularity on Torch is now Apptainer, which requires the --fakeroot option to load overlay files in read/write mode.
93+
:::
9394

9495
Now, inside the container, download and install miniforge to `/ext3/miniforge3`:
9596
```bash

0 commit comments

Comments
 (0)