aws-samples / aws-samples/easy-amazon-sagemaker-deployments

sudo: a password is required

Open
#8 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.