-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I encountered an error while trying to build the NetPyNE-UI Docker image following the instructions from [MetaCell/NetPyNE-UI]
Environment:
Docker Desktop (Windows)
Input:
docker build -t netpyne-ui .
Output:
[+] Building 8.1s (5/5) FINISHED
docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 2.60kB 0.0s
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1) 0.0s
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 15) 0.0s
=> ERROR [internal] load metadata for docker.io/jupyter/base-notebook:hub-1.5.0 8.1s
=> CANCELED [internal] load metadata for docker.io/library/node:18 8.1s
=> [auth] library/node:pull token for registry-1.docker.io 0.0s
=> [auth] jupyter/base-notebook:pull token for registry-1.docker.io 0.0s
[internal] load metadata for docker.io/jupyter/base-notebook:hub-1.5.0:
2 warnings found (use docker --debug to expand):
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 15)
Dockerfile:20
18 |
19 | ###
20 | >>> FROM jupyter/base-notebook:hub-1.5.0
21 | ENV NB_UID=jovyan
22 | ENV FOLDER=netpyne
ERROR: failed to solve: jupyter/base-notebook:hub-1.5.0: failed to resolve source metadata for docker.io/jupyter/base-notebook:hub-1.5.0: failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://auth.docker.io/token?scope=repository%3Ajupyter%2Fbase-notebook%3Apull&service=registry.docker.io: 401 Unauthorized
Thank you for your time and assistance. As a beginner in programming, I apologize if I missed any steps or provided incomplete information. Any guidance would be greatly appreciated!