Sign inSign up

ericmiguel/alpine-conda

By ericmiguel

•Updated about 5 years ago

Light Miniconda Docker image based on Alpine Linux.

Image
1

84

ericmiguel/alpine-conda repository overview

⁠Alpine + Miniconda Docker image

Based on Alpine Linux, this image is ~50% lighter than continuumio/miniconda3.

More details about Alpine compiled against glibc, see frolvlad`s repository⁠.

⁠Versions

  • miniconda 4.10.3
  • python 3.9.5
  • alpine 3.14

⁠Usage Example

docker pull ericmiguel/alpine-conda:{tag}
FROM ericmiguel/alpine-conda:0.0.1
LABEL MAINTAINER="Your name"

COPY requirements.yaml /app
RUN conda env update -f requirements.yaml -n base

COPY app /app
WORKDIR /app
CMD ["bash", "-c", "python app"]

Tag summary

Content type

Image

Digest

Size

56.9 MB

Last updated

about 5 years ago

docker pull ericmiguel/alpine-conda:0.0.1