imjoy-team / imjoy-interactive-segmentation

MIT License
13 stars 6 forks source link

Fix crashing on binder #17

Closed oeway closed 3 years ago

oeway commented 3 years ago

Binder has only 2GB memory and when installing pytorch 1.7, it exceed that limit and cause the kernel to restart.

This PR fixes this error by adding --no-cache-dir to the pip install command:

pip install -r imjoy-interactive-segmentation/requirements.txt --no-cache-dir