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

sudo: ./src/build-docker.sh command not found

Open
#9 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

I am trying to run my model inferencing scripts using the following code:

```
ez=ezsmdeploy.Deploy(model="best_model",
script="inference_script.py",
requirements=["thirdai==0.4.1","boto3"],
wait=True,
instance_type="local")
```

I am getting the error
`sudo: ./src/build-docker.sh: command not found`

but on inspecting the docker folder (src folder), I can see that there is a `build-docker.sh` present there. But if I run the above line repeatedly, the error goes away and docker containers are built.

This is probably an issue with checking the existence of `build-docker.sh` file.

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.