Closed Shan-non closed 2 days ago
I received the error: "✘ jupyter-notebook Error Head "https://registry-1.docker.io/v2/123456789nelli/maternal... 0.9s Error response from daemon: Head "https://registry-1.docker.io/v2/123456789nelli/maternal_health_classification/manifests/latest": unauthorized: incorrect username or password"
I also tried the same command without the --build flag and received the same result.
Fixed via running the following in my terminal: docker login then typing my docker username and password when prompted then re-trying docker compose up
docker login
The solution was running docker login command
I received the error: "✘ jupyter-notebook Error Head "https://registry-1.docker.io/v2/123456789nelli/maternal... 0.9s Error response from daemon: Head "https://registry-1.docker.io/v2/123456789nelli/maternal_health_classification/manifests/latest": unauthorized: incorrect username or password"
I also tried the same command without the --build flag and received the same result.