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
REPOSITORY TAG IMAGE ID CREATED SIZE
sklearn-base 0.23-1-cpu-py3 bf35a39b6f84 3 minutes ago 3.7GB
and I was able to run docker build -t preprod-sklearn:0.23-1-cpu-py3 -f docker/0.23-1/final/Dockerfile.cpu . successfully.
docker images
>>> REPOSITORY TAG IMAGE ID CREATED SIZE
>>> preprod-sklearn 0.23-1-cpu-py3 41215ffa2fe2 About a minute ago 4.22GB
>>> sklearn-base 0.23-1-cpu-py3 bf35a39b6f84 7 minutes ago 3.7GB
The error message may occur if the base image isn't named correctly, in which case docker will look for a remote image and fail to find it.
Let me know if you're still running into this issue.
After following the instructions from the readme I get the following error message:
Docker
Docker version 20.10.7, build f0df350
OS
MacOS Big Sur 11.4
Apple M1
The text was updated successfully, but these errors were encountered: