Added
- note to notebook tutorials about potential out-of-memory issue when `DataLoaders` have too high a value for `num_workers`
Changed
- included `Dockerfile` now installs the `octopod` library
Fixed
- included `Dockerfile` now installs `libgl1-mesa-glx` to avoid `ImportError: libGL.so.1: cannot open shared object file: No such file or directory` when importing `octopod`
- batch sizes of size 1 are skipped correctly for all models