You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.243-0ubuntu-focal' for 'docker-ce-cli' was not found
The text was updated successfully, but these errors were encountered:
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-0ubuntu-focalroot@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-0ubuntu-focal' for 'docker-ce-cli' was not foundThe text was updated successfully, but these errors were encountered: