We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1affbc9 commit 8923417Copy full SHA for 8923417
.devcontainer/alpine-arm64/Dockerfile
@@ -1,6 +1,5 @@
1
FROM arm64v8/python:3.11-alpine
2
RUN apk add gcc libc-dev linux-headers musl-dev zlib zlib-dev python3-dev curl
3
-RUN python3 -m pip install ipykernel
4
RUN sh -c "$(curl -fsSL https://github.com/deluan/zsh-in-docker/releases/download/v1.1.5/zsh-in-docker.sh)" -- \
5
-t powerlevel10k/powerlevel10k \
6
-p git \
.devcontainer/alpine-x64/Dockerfile
FROM amd64/python:3.11-alpine
-RUN python -m pip install ipykernel
0 commit comments