Skip to content

Instantly share code, notes, and snippets.

@thepian
Created May 19, 2021 17:19
Show Gist options
  • Save thepian/000d522aed3a08c2796466d813e28a9e to your computer and use it in GitHub Desktop.
Save thepian/000d522aed3a08c2796466d813e28a9e to your computer and use it in GitHub Desktop.
FROM frolvlad/alpine-miniconda3
RUN apk --update add apk-tools-static busybox-static gcc flatpak musl-dev linux-headers python3-dev libjpeg-turbo-dev
RUN apk --update add gcc musl musl-dev linux-headers python3-dev libjpeg-turbo-dev
RUN pip install ptvsd maixpy3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment