| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| See the CUDA-enabled Python docker stack for GPU accelerated docker images. |
|---|
Multi-arch (linux/amd64, linux/arm64/v8) docker images:
Images considered stable for Python versions ≥ 3.10.5.
Build chain
ver → base → scipy
Features
glcr.b-data.ch/python/ver serves as parent image for glcr.b-data.ch/jupyterlab/python/base.
The other images are counterparts to the JupyterLab images but without
and any configuration thereof.
This projects requires an installation of docker.
To install docker, follow the instructions for your platform:
latest:
docker build \
--build-arg PYTHON_VERSION=3.11.4 \
-t python/ver \
-f ver/latest.Dockerfile .version:
docker build \
-t python/ver:MAJOR.MINOR.PATCH \
-f ver/MAJOR.MINOR.PATCH.Dockerfile .For MAJOR.MINOR.PATCH ≥ 3.10.5.
self built:
docker run -it --rm python/ver[:MAJOR.MINOR.PATCH]from the project's GitLab Container Registries:
docker run -it --rm \
IMAGE[:MAJOR[.MINOR[.PATCH]]]IMAGE being one of
PRs accepted.
This project follows the Contributor Covenant Code of Conduct.
MIT © 2022 b-data GmbH
| Back | FazBrowse Home | New Git URL |