Skip to content

Commit fef0d42

Browse files
committed
minor cleanup
1 parent 7de4d83 commit fef0d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hpc/07_containers/02_singularity_with_conda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ pip install tensorboard
287287
```
288288

289289
:::note
290-
[Click here](./conda_environments.md) for information on how to configure your conda environment.
290+
[Click here](../06_tools_and_software/02_conda_environments.md) for information on how to configure your conda environment.
291291
:::
292292

293293
Please also keep in mind that once the overlay image is opened in default read-write mode, the file will be locked. You will not be able to open it from a new process. Once the overlay is opened either in read-write or read-only mode, it cannot be opened in RW mode from other processes either. For production jobs to run, the overlay image should be open in read-only mode. You can run many jobs at the same time as long as they are run in read-only mode. In this ways, it will protect the computation software environment, software packages are not allowed to change when there are jobs running.

0 commit comments

Comments
 (0)