Commit 68ef1886 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed computing resource requirements in the README.

parent 949eb310
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,5 +205,5 @@ It is common for the build process to fail with a "404 not found" error on an ap

- Singularity has several issues, in particular the `.singularity` in user home might have limited space. Consider setting the `SINGULARITY_TMPDIR=/tmp/$USER` env var. 
- Some Docker versions (e.g. old-ish on Mac) do not let Podman work due to fuse permissions.
- SSH computing resources require python3 and wget installed, or will raise (empty) errors when submitting tasks. Check 127 error codes.
- Computing resources require python3 and curl installed for the agent to work, or will raise (empty) errors when submitting tasks. Check 127 error codes.