GeroVanMi / algorithmic-quartet-mlops

A showcase Machine Learning Operations (MLOps) Project.
0 stars 1 forks source link

Create Automated Training Pipeline #26

Closed GeroVanMi closed 5 months ago

GeroVanMi commented 6 months ago
GeroVanMi commented 5 months ago

Note: When running a docker container on Lightning, we need to pass the --gpus all flag, otherwise it won't be able to access the GPU!

docker run -it --gpus all IMAGE_NAME
GeroVanMi commented 5 months ago

This isn't quite as straightforward as I would like it to be mostly because we run out of space on the GitHub Actions Runner.

GeroVanMi commented 5 months ago

Completed.