aws / aws/amazon-sagemaker-examples
script-mode-container.ipynb failed CI
- Dominant language
- Jupyter Notebook
- Stars
- 11k
- Forks
- 7k
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 8
Description
Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/advanced_functionality/custom-training-containers/script-mode-container/notebook/script-mode-container.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [8]":
---------------------------------------------------------------------------
Exception Traceback (most recent call last)
in
22 val_config = sagemaker.session.s3_input('s3://{0}/{1}/val/'.format(bucket, prefix), content_type='text/csv')
23
---> 24 est.fit({'train': train_config, 'validation': val_config })
/opt/conda/lib/python3.7/site-packages/sagemaker/estimator.py in fit(self, inputs, wait, logs, job_name, experiment_config)
667 self._prepare_for_training(job_name=job_name)
668
--> 669 self.latest_training_job = _TrainingJob.start_new(self, inputs, experiment_config)
670 self.jobs.append(self.latest_training_job)
671
[...]
Exception: Failed to run docker,images,-q,521695447989.dkr.ecr.us-west-2.amazonaws.com/sagemaker-training-containers/script-mode-container:latest
Contributor guide
Research direction
Open advanced_functionality/custom-training-containers/script-mode-container/notebook/script-mode-container.ipynb and inspect the failure at In [8], especially the est.fit call and reported Docker command. Done means the notebook's CI run completes without the reported container error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, docker, jupyter-notebook, python
- Domain
- ci-cd, cloud, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100