aws-samples / amazon-sagemaker-local-mode

Amazon SageMaker Local Mode Examples
MIT No Attribution
242 stars 59 forks source link

sagemaker-ubuntu-focal-docker-cli-install.sh error #48

Open mkaja opened 1 month ago

mkaja commented 1 month ago

when we copy and run bash sagemaker-ubuntu-focal-docker-cli-install.sh , it failed with docker version.

Please modify the script to latest version of docker-ce* and then it worked.

error:

VERSION_STRING=5:20.10.24~3-0~ubuntu-focal

root@default:~# apt-get install docker-ce-cli=$VERSION_STRING docker-compose-plugin -y

Reading package lists... Done Building dependency tree... Done Reading state information... Done Package docker-ce-cli is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: docker-buildx-plugin

E: Version '5:20.10.24~3-0~ubuntu-focal' for 'docker-ce-cli' was not found