guidance-for-machine-learning-inference-on-aws icon indicating copy to clipboard operation
guidance-for-machine-learning-inference-on-aws copied to clipboard

Error while executing build script

Open agunapal opened this issue 2 years ago • 0 comments

Getting the following error when I run the build script.

I have the registry configured

#8 38.24 No package aws-neuron-runtime-base available.
#8 38.48 No package aws-neuron-runtime available.
#8 38.70 No package aws-neuron-tools available.
#8 38.83 Error: Nothing to do
------
executor failed running [/bin/sh -c yum update -y &&     yum install -y python3 python3-devel gcc-c++ &&     yum install -y tar gzip ca-certificates procps net-tools which vim wget libgomp htop jq bind-utils bc &&     yum install -y aws-neuron-runtime-base aws-neuron-runtime aws-neuron-tools]: exit code: 1

agunapal avatar Mar 30 '23 02:03 agunapal