notebooks/Synergistic/BrainWeb.ipynb fails during forward projection due to disk (!) space usage on the 32GB disk machines. The lowest-spec workable Codespace is the 8-core (64 GB disk) machine.
Possible solutions:
- reduce size of data from
|
"postCreateCommand": "bash ./scripts/download_data.sh -m -p && sed -i /astra-toolbox/d environment.yml && mamba env update", |
- write temporary data to
/dev/shm (RAM) instead of disk
- document disk usage requirements
notebooks/Synergistic/BrainWeb.ipynbfails during forward projection due to disk (!) space usage on the 32GB disk machines. The lowest-spec workable Codespace is the 8-core (64 GB disk) machine.Possible solutions:
SIRF-Exercises/.devcontainer/devcontainer.json
Line 16 in a239c0b
/dev/shm(RAM) instead of disk