Skip to content

Commit 4acb139

Browse files
committed
Update known-issue.md
1 parent 7f9f255 commit 4acb139

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/software/container-engine/known-issue.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ $ cat alpine_workaround.toml
2323
image = "alpine:3.19"
2424
2525
[annotations]
26-
com.hooks.slurm.enabled = "false"
2726
com.hooks.cxi.enabled = "false"
2827
29-
$ srun -lN1 --environment=alpine_workaround.toml echo "abc"
28+
[env]
29+
ENROOT_SLURM_HOOK = "0"
30+
31+
$ srun -lN1 --environment=./alpine_workaround.toml echo "abc"
3032
abc
3133
```
3234

0 commit comments

Comments
 (0)