the-full-stack / fsdl-text-recognizer-2022

Source of the FSDL 2022 labs, which are at https://github.com/full-stack-deep-learning/fsdl-text-recognizer-2022-labs
https://fullstackdeeplearning.com/course
MIT License
82 stars 26 forks source link

update environment to match Colab update #62

Closed charlesfrye closed 1 year ago

charlesfrye commented 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

charlesfrye commented 1 year ago

closed by #63