We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f4675 commit 11a39b7Copy full SHA for 11a39b7
configs/local.yaml
@@ -6,20 +6,18 @@ defaults:
6
env_name: env1
7
conda_version: latest
8
installation_prefix: $PWD
9
- installation_path: "/CSC_CONTAINER"
+ installation_path: "/LOCAL_TYKKY"
10
# if this is not a thing which exist
11
# I will do a singularity pull
12
- container_src: 'library://centos:7.9'
+ container_src: 'docker://rockylinux:8.9'
13
# name of the container image when on disk
14
container_image: container.sif
15
sqfs_image: img.sqfs
16
source_mount_point: /TMP_MP
17
+ composable: true
18
mount_points:
- - /projappl
19
- - /local_scratch
20
- /tmp
21
- - /scratch
22
- - /users
+ - /home
23
- /run
24
isolate: no
25
create_wrappers: yes
0 commit comments