Skip to content

Commit 11a39b7

Browse files
committed
Fixes local config
Local config was out of date and did not work
1 parent 62f4675 commit 11a39b7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

configs/local.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,18 @@ defaults:
66
env_name: env1
77
conda_version: latest
88
installation_prefix: $PWD
9-
installation_path: "/CSC_CONTAINER"
9+
installation_path: "/LOCAL_TYKKY"
1010
# if this is not a thing which exist
1111
# I will do a singularity pull
12-
container_src: 'library://centos:7.9'
12+
container_src: 'docker://rockylinux:8.9'
1313
# name of the container image when on disk
1414
container_image: container.sif
1515
sqfs_image: img.sqfs
1616
source_mount_point: /TMP_MP
17+
composable: true
1718
mount_points:
18-
- /projappl
19-
- /local_scratch
2019
- /tmp
21-
- /scratch
22-
- /users
20+
- /home
2321
- /run
2422
isolate: no
2523
create_wrappers: yes

0 commit comments

Comments
 (0)