aws-samples / aws-samples/easy-amazon-sagemaker-deployments
sudo: ./src/build-docker.sh command not found
- 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
Assessment
This issue has not been assessed yet.