TheRacetrack / racetrack

An opinionated framework for deploying, managing, and serving application workloads
https://theracetrack.github.io/racetrack/
Apache License 2.0
28 stars 5 forks source link

Overwrite docker command when running job locally #431

Closed iszulcdeepsense closed 3 months ago

iszulcdeepsense commented 3 months ago

Allow to overwrite docker's command (CMD) when running racetrack run-local to make it work with memory profilers like https://github.com/bloomberg/memray. This will allow a user to use --cmd bash and run custom commands inside a container to do debugging or profiling with local instance of a job.