Skip to content

Commit 49ad16d

Browse files
committed
tools & software rework
1 parent a983012 commit 49ad16d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.helix/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[editor]
2+
soft-wrap.enable = true

docs/hpc/07_containers/03_singularity_with_conda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Singularity> pip install tensorboard
286286
```
287287

288288
:::note
289-
Please see [Conda Environments](../06_tools_and_software/04_conda_environments.mdx) for information on how to configure your conda environment.
289+
Please see [Conda Environments](../06_tools_and_software/06_conda_environments.mdx) for information on how to configure your conda environment.
290290
:::
291291
:::tip
292292
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)