Closed charlesfrye closed 1 year ago
Colab had a major update, so now all the labs are broken until we re-align the environments.
As part of this update, Colab has moved to Python 3.8.16, so we'll need to update from 3.7.
This also means we need to update the Dockerfiles // containers to maintain alignment, since they are built on 3.7.
Don't forget to grep for "3.7" to check for version number references, eg in installation instructions.
There were also updates to CUDA, PyTorch, and friends, so we'll need to update those.
Blocks #61
closed by #63
Colab had a major update, so now all the labs are broken until we re-align the environments.
As part of this update, Colab has moved to Python 3.8.16, so we'll need to update from 3.7.
This also means we need to update the Dockerfiles // containers to maintain alignment, since they are built on 3.7.
Don't forget to grep for "3.7" to check for version number references, eg in installation instructions.
There were also updates to CUDA, PyTorch, and friends, so we'll need to update those.
Blocks #61