
luvx/jupyterwget [***]
FROM python:3.12-alpine3.19
DockerfileRUN set -x \ && apk update \ && apk --no-cache --arch=x86_64 add \ ca-certificates g++ gcc git libffi-dev pkgconfig mercurial mesa-dev musl-dev su-exec zeromq-dev RUN pip3 install jupyter RUN env GO111MODULE=on go install github.com/gopherdata/gophernotes@v0.7.5 \ && mkdir -p ~/.local/share/jupyter/kernels/gophernotes \ && cp /go/pkg/mod/github.com/gopherdata/gophernotes@v0.7.5/kernel/* ~/.local/share/jupyter/kernels/gophernotes \ && cd ~/.local/share/jupyter/kernels/gophernotes \ && chmod +w ./kernel.json \ && sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json EXPOSE 8888 CMD [ "jupyter", "notebook", "--no-browser", "--allow-root", "--ip=0.0.0.0" ] RUN mkdir -p $HOME/code WORKDIR /root
ymlservices: jupyter: platform: linux/amd64 image: luvx/jupyter:latest container_name: jupyter ports: - 8888:8888 volumes: - $HOME/docker/jupyter:/root/code
bashdocker buildx build -t luvx/jupyter:latest --platform linux/amd64,linux/arm64 . --push


manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务