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
Sagemaker correctly clones the sources from GitHub and performs the checkout into the specified branch.
The Bug:
However, it only copies the main.py to /opt/ml/code inside the container instead of the holy-cloned source code, which causing ModuleNotFoundError: No module named 'source':
I am using the Sagemaker Pytorch Estimator based on a custom docker image stored in AWS ECR.
Sagemaker correctly clones the sources from GitHub and performs the checkout into the specified branch.
The Bug:
However, it only copies the
main.py
to/opt/ml/code
inside the container instead of the holy-cloned source code, which causingModuleNotFoundError: No module named 'source'
:Logging the
/opt/ml/code
content only shows themain.py
:The text was updated successfully, but these errors were encountered: