You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By placing the run command in a script in the container instead of passing it to "docker run", it should be usable as ENTRYPOINT. Then you get a minimal Docker image that runs your experiment.
(note: need to go through a Dockerfile to set ENTRYPOINT)