Skip to content

Instantly share code, notes, and snippets.

@sebbacon
Created March 20, 2024 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebbacon/73147f62d4ef6ca60a720a1cec8e8bbc to your computer and use it in GitHub Desktop.
Save sebbacon/73147f62d4ef6ca60a720a1cec8e8bbc to your computer and use it in GitHub Desktop.
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.09kB 0.0s done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/ebmdatalab/datalab-jupyter:python3.8.1-2328e31e7391a127fe7184dcce38d581a17b1fa5
#2 DONE 0.5s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/7] FROM docker.io/ebmdatalab/datalab-jupyter:python3.8.1-2328e31e7391a127fe7184dcce38d581a17b1fa5@sha256:3341a83e925e75d157d964fe2936a73510d808f0f7e9fc2b34f6dc6305d9034d
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 145B 0.0s done
#5 DONE 0.0s
#6 [2/7] COPY requirements.txt /tmp/
#6 CACHED
#7 [3/7] RUN chmod 644 /tmp/requirements.txt
#7 CACHED
#8 [5/7] COPY config/kernel.json /tmp/kernel_with_custom_path/kernel.json
#8 CACHED
#9 [6/7] RUN jupyter kernelspec install /tmp/kernel_with_custom_path/ --user --name="python3"
#9 CACHED
#10 [4/7] RUN pip install --requirement /tmp/requirements.txt
#10 CACHED
#11 [7/7] COPY bq-service-account.jso[n] /tmp/
#11 CACHED
#12 exporting to image
#12 exporting layers done
#12 writing image sha256:aa0dbc3b7334bea8b4e230ac4ecdf9ae32b6edf72396939cedae27ec736dbf4a done
#12 naming to docker.io/library/datalab-notebook done
#12 DONE 0.0s
What's Next?
View a summary of image vulnerabilities and recommendations → docker scout quickview
Running docker...
Waiting for Jupyter to be ready on port 32774
Traceback (most recent call last):
File "run.py", line 120, in <module>
main()
File "run.py", line 111, in main
await_jupyter_http(port)
File "run.py", line 29, in await_jupyter_http
with urllib.request.urlopen(url, timeout=timeout):
File "urllib\request.py", line 222, in urlopen
File "urllib\request.py", line 525, in open
File "urllib\request.py", line 543, in _open
File "urllib\request.py", line 503, in _call_chain
File "urllib\request.py", line 1378, in http_open
File "urllib\request.py", line 1353, in do_open
File "http\client.py", line 1369, in getresponse
File "http\client.py", line 310, in begin
File "http\client.py", line 271, in _read_status
File "socket.py", line 589, in readinto
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
[31692] Failed to execute script 'run' due to unhandled exception!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment