Skip to content

Commit ff37076

Browse files
committed
UPDATE README.md
1 parent f419af9 commit ff37076

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ If you use a benchmark in your experiments, please specify the version number of
139139
the used container to ensure reproducibility. When starting an experiment, HPOBench writes automatically these two version numbers to the log.
140140

141141
### Troubleshooting and Further Notes
142+
- **Singularity throws an 'Invalid Image format' exception**
143+
Use a singularity version >= 3.8. If you have multiple singularity installations, you have to add the correct singularity version to your $PATH, e.g.
144+
```export PATH=/usr/local/kislurm/singularity-3.8/bin/:$PATH```
145+
142146
- **A Benchmark fails with `SystemError: Could not start an instance of the benchmark. Retried 5 times` but the container
143147
can be started locally with `singularity instance start <pathtocontainer> test`**
144148
See whether in `~/.singularity/instances/sing/$HOSTNAME/*/` there is a file that does not end with '}'. If yes delete this file and retry.

0 commit comments

Comments
 (0)