Skip to content

Instantly share code, notes, and snippets.

View jimwhite's full-sized avatar

Jim White jimwhite

View GitHub Profile
@jimwhite
jimwhite / make -j 1.log
Last active January 7, 2026 16:40
Make books error log
[internal] load build definition from Dockerfile
transferring 6279/0 0.004
[internal] load metadata for quay.io/jupyter/minimal-notebook:latest
[internal] load .dockerignore
[ 1/18] FROM quay.io/jupyter/minimal-notebook:latest@sha256:182e233fa335cb7b92d6c5ac2222cf7036b1848ba317b746c4708e47a390661e
resolve quay.io/jupyter/minimal-notebook:latest@sha256:182e233fa335cb7b92d6c5ac2222cf7036b1848ba317b746c4708e47a390661e 0/0 0.008
[internal] load build context
transferring 22020/0 0.012
[ 3/18] RUN apt-get update && apt-get install -y --no-install-recommends build-essential gcc git automake autoconf make libcurl4-openssl-dev ca-certificates libssl-dev wget perl zlib1g-dev libzstd-dev libczmq-dev curl unzip nodejs npm pipx rlwrap retry sbcl && rm -rf /var/lib/apt/lists/* # remove cached apt files
[ 6/18] COPY archlinux-cl/asdf-add /usr/loca