1 Answers
0
There is a way to install the packages that you need via subprocess on the entry_point.py:
import subprocess
lets pip install the custom package
subprocess.check_call([sys.executable, "-m", "pip", "install", "sagemaker-scikit-learn-extension==(your version)"])
answered a month ago
Relevant questions
how to log error/messages in while running a sagemaker batch transform job?
asked 3 months agoTrigger and/or monitor Automated Data Labeling Job
asked 10 days agohow can I use sagemaker_sklearn_extension in Sagemaker job?
asked 2 months agoSageMaker training job is not stopping
asked 4 months agoUsage of Sagemaker Processing Job Manifest File
asked 5 months agoInternalServerError with SageMaker Batch transform job
asked 25 days agoProcessing Job automatically created when I start a training job
asked 2 years agoSagemaker and Data on Databases
Accepted Answerasked 4 years agohow to choose ml.g4dn.* instances in sagemaker processing jobs
asked 7 months agoHow can I delete dataset import job?
asked 2 years ago