aws-samples / aws-samples/easy-amazon-sagemaker-deployments
sudo: a password is required
- Dominant language
- Jupyter Notebook
- Stars
- 63
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
Can anyone assist with this error? Im trying to deploy my endpoint locally to test using:
ez = ezsmdeploy.Deploy(model=['model.pkl'],
script='modelscript_sklearn.py',
requirements=['scikit-learn==0.24.2','numpy', 'nltk'],
instance_type='local',
autoscale=True,
# framework='sklearn', # not required if you provide requirements
wait=True)
Contributor guide
Assessment
This issue has not been assessed yet.