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

look into installing requirements in container image #11

Closed charlesfrye closed 2 years ago

charlesfrye commented 2 years ago

the docker build has the entire repo as context, so it should be possible to reference the makefile and the contents of the requirements folder

this will shorten setup times for codespaces and make the development environment easier to use