wooden-dusk-90720
01/13/2023, 12:30 AMvictorious-lawyer-58417
01/13/2023, 2:34 AMvictorious-lawyer-58417
01/13/2023, 2:35 AMwooden-dusk-90720
01/13/2023, 3:46 AM@sagemaker decorator similar to the @batch onevictorious-lawyer-58417
01/13/2023, 3:50 AM@batch?wooden-dusk-90720
01/13/2023, 5:25 AMvictorious-lawyer-58417
01/13/2023, 6:19 AMwooden-dusk-90720
01/13/2023, 6:20 AMvictorious-lawyer-58417
01/13/2023, 6:22 AM@sagemaker decorator (or a convenience library) of your ownwooden-dusk-90720
01/13/2023, 4:12 PM@batch decorator, and it seems like i can follow that to implement a @sagemaker decorator if I replace the batch.launch_job() with a sagemaker.launch_job()? am i on the right track?
https://github.com/Netflix/metaflow/blob/master/metaflow/plugins/aws/batch/batch_cli.py#L277victorious-lawyer-58417
01/13/2023, 4:15 PMwooden-dusk-90720
01/20/2023, 3:35 AMcreate_job code it has command and image. How does it actually override the CMD in the Dockerfile to run the given command, which seems to be CMD ["python3"] by default in the image?