Sorry if this is covered by docs couldn’t understand something about wandb jobs (wandb launch);
Basically, does the Dockerfile itself must have an Entrypoint
attr, which runs a program? Or is it enough to have a docker image which has WANDB_DOCKER, wandb_api_key env variable set, having a python directory codebase which can start wandb runs?? (can’t create a job this way though…), if possible without logging the code.