- Reduce Docker Image download time by having some version of the docker images that is semi-recent baked into the image.
- Use optional git pull & default image instead of Docker to reduce runtime.
- PIPE SSH Key
- Add Profiling
- Run Multiple Jobs in Succession
- Parallelize & Proper parallelized logging
- Get rid of "Any" type hints from Google API
- Better error handling and propagation of stdout/stderr.
- Add Type hints
- Minor improvements
- Make this a package (so we can import it on other packages)
- Add Exporter Task
- Docker uses GPU now
- Analysis Task is now working.
- Set proper service account & make SSH-Login inherit permissions.
- Enabble Docker Client on VM access to docker registry.
- Disable Serial Port
- Custom Image incl. driver and all code to have better startup times
- Split process (analyze + export into 2 parts)
- Add Remote Code Execution to run the script
- Propagate error code up