Hi, I'm trying to build a docker image following the instruction of https://github.com/HabanaAI/Setup_and_Install/blob/main/dockerfiles/README.md on a Habana Gaudi machine:
cd pytorch
make build BUILD_OS=ubuntu22.04
Then it will raise an error:
pull access denied for base-installer-ubuntu22.04, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
make: *** [../common.mk:44: build] Error 1
So does it require docker login or base-installer-ubuntu22.04 is not public?
Hi, I'm trying to build a docker image following the instruction of https://github.com/HabanaAI/Setup_and_Install/blob/main/dockerfiles/README.md on a Habana Gaudi machine:
Then it will raise an error:
So does it require docker login or base-installer-ubuntu22.04 is not public?