MLOps pipeline using Docker Compose
Find a file
2024-02-22 18:54:49 -08:00
jupyter Setting the CUDA toolkit to match my host OS 2024-02-22 18:54:49 -08:00
.gitignore Setting the CUDA toolkit to match my host OS 2024-02-22 18:54:49 -08:00
docker-compose.yaml CUDA claims to be working inside the docker container now 2024-02-20 21:03:18 -08:00
Makefile Setting the CUDA toolkit to match my host OS 2024-02-22 18:54:49 -08:00
README.md goals in readme 2024-02-20 20:09:32 -08:00
ROADMAP.md Initial version -- can create a jupyter lab container 2024-02-19 19:48:10 -08:00

Right now this is just a scratchpad. I'm converting my messy ML lab environment to something with better MLOps standards

Broadly, the goals are:

  • Local dev environment that's as similar as possible to production
  • A managed Jupyter Lab environment for experimentation
  • Do something sensible with features and feature extraction
  • A good mockup of an operationalized model
  • CI/CD pipeline with local access to test/verification

Requirements