🌐
GitHub
github.com › docker-library › python
GitHub - docker-library/python: Docker Official Image packaging for Python · GitHub
This is the Git repo of the Docker "Official Image" for python (not to be confused with any official python image provided by python upstream).
Starred by 2.7K users
Forked by 1.1K users
Languages   Dockerfile 50.3% | Shell 49.7%
🌐
GitHub
github.com › docker › docker-py
GitHub - docker/docker-py: A Python library for the Docker Engine API · GitHub
A Python library for the Docker Engine API. Contribute to docker/docker-py development by creating an account on GitHub.
Starred by 7.2K users
Forked by 1.7K users
Languages   Python
🌐
GitHub
github.com › datawire › hello-world-python › blob › master › Dockerfile
hello-world-python/Dockerfile at master · datawire/hello-world-python
FROM python:3-alpine · WORKDIR /service · COPY requirements.txt . RUN pip install -r requirements.txt · COPY . ./ EXPOSE 8080 ·
Author   datawire
🌐
GitHub
github.com › deis › example-dockerfile-python
GitHub - deis/example-dockerfile-python: A simple Dockerfile / Python app for Deis, the open source PaaS · GitHub
This sample application shows how you can deploy Dockerfile-based Python applications to Deis Workflow. $ git clone https://github.com/deis/example-dockerfile-python $ cd example-dockerfile-python $ deis create Creating Application... done, created actual-gatepost Git remote deis added remote available at ssh://git@deis-builder.deis.rocks:2222/actual-gatepost.git $ git push deis master Counting objects: 63, done.
Starred by 4 users
Forked by 23 users
Languages   HTML
🌐
GitHub
github.com › dockerfile › python
GitHub - dockerfile/python: Python Dockerfile for trusted automated Docker builds.
This repository contains Dockerfile of Python for Docker's automated build published to the public Docker Hub Registry.
Starred by 73 users
Forked by 71 users
Languages   Shell 100.0% | Shell 100.0%
🌐
GitHub
github.com › topics › python-docker
python-docker · GitHub Topics · GitHub
February 4, 2021 - python docker dockerfile docker-container docker-image pip python-docker
🌐
GitHub
github.com › docker › python-docker
GitHub - docker/python-docker: A simple Python app for the Python Language Guide in Docker's Docs
A simple Python app for the Python Language Guide in Docker's Docs - docker/python-docker
Starred by 16 users
Forked by 101 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › stevemar › sample-python-app › blob › master › Dockerfile
sample-python-app/Dockerfile at master · stevemar/sample-python-app
# Python docker images: https://github.com/docker-library/docs/tree/master/python/ · USER root · · # Copy the src · WORKDIR /app · COPY src/ /app/src/ COPY ./requirements.txt /app · RUN ls -la /app · · # Install python dependencies ...
Author   stevemar
🌐
GitHub
github.com › eht16 › python3-docker
GitHub - eht16/python3-docker: A slim Python 3 image for Docker · GitHub
A slim Python 3 image for Docker. Contribute to eht16/python3-docker development by creating an account on GitHub.
Starred by 9 users
Forked by 10 users
Languages   Dockerfile 62.0% | Python 38.0%
Find elsewhere
🌐
GitHub
github.com › wodby › python
GitHub - wodby/python: Python docker container images · GitHub
Base image: python · GitHub actions builds · Docker Hub · Supported tags and respective Dockerfile links: 3.14, 3, latest (Dockerfile) 3.13 (Dockerfile) 3.12 (Dockerfile) 3.11 (Dockerfile) 3.10 (Dockerfile) 3.14-dev, 3-dev (Dockerfile) 3.13-dev (Dockerfile) 3.12-dev (Dockerfile) 3.11-dev (Dockerfile) 3.10-dev (Dockerfile) 3.14-dev-macos, 3-dev-macos (Dockerfile) 3.13-dev-macos (Dockerfile) 3.12-dev-macos (Dockerfile) 3.11-dev-macos (Dockerfile) 3.10-dev-macos (Dockerfile) Images with -dev tag have sudo allowed for all commands for wodby user.
Starred by 2 users
Forked by 3 users
Languages   Go Template 30.9% | Shell 29.5% | Dockerfile 23.9% | Makefile 15.7%
🌐
GitHub
github.com › snakepacker › python
GitHub - snakepacker/python: Python docker images · GitHub
This repository provides and demonstrates a way to pack python package into a compact Docker image, based on modern Ubuntu Jammy operation system.
Starred by 78 users
Forked by 17 users
Languages   Dockerfile 84.7% | Makefile 8.5% | Python 5.5% | Shell 1.3%
🌐
GitHub
github.com › Kaggle › docker-python
GitHub - Kaggle/docker-python: Kaggle Python docker image · GitHub
# Run the image built locally: docker run --runtime nvidia --rm -it kaggle/python-gpu-build /bin/bash # Run the image pre-built image from gcr.io docker run --runtime nvidia --rm -it gcr.io/kaggle-gpu-images/python /bin/bash
Starred by 2.7K users
Forked by 1K users
Languages   Python 82.2% | Shell 6.9% | Go Template 4.5% | Dockerfile 3.0% | PureBasic 2.5% | Jupyter Notebook 0.9%
🌐
GitHub
github.com › buildkite › python-docker-example
GitHub - buildkite/python-docker-example: An example pipeline that runs Python tests inside a Docker container using uv for dependency management.
This repository is an example Buildkite pipeline that tests a Python project using Docker and uv, a fast Python package manager.
Starred by 33 users
Forked by 44 users
Languages   Dockerfile 50.0% | Python 50.0% | Dockerfile 50.0% | Python 50.0%
🌐
GitHub
github.com › mozilla › generic-python-docker
GitHub - mozilla/generic-python-docker: An example repo for a generic, dockerized Python project
February 4, 2021 - An example repo for a generic, dockerized Python project - mozilla/generic-python-docker
Starred by 17 users
Forked by 22 users
Languages   Python 39.9% | Makefile 24.9% | Dockerfile 19.1% | Shell 16.1% | Python 39.9% | Makefile 24.9% | Dockerfile 19.1% | Shell 16.1%
🌐
GitHub
github.com › topics › docker-python
docker-python · GitHub Topics · GitHub
Docker image for deploying Python Web Apps on NGINX. Image includes Nginx, uWSGI and Python. docker dockerfiles docker-image docker-nginx python-webapp docker-alpine nginx-docker python-docker docker-python python-web uwsgi-nginx docker-uwsgi ...
🌐
GitHub
github.com › eht16 › python3-docker › blob › main › Dockerfile
python3-docker/Dockerfile at main · eht16/python3-docker
A slim Python 3 image for Docker. Contribute to eht16/python3-docker development by creating an account on GitHub.
Author   eht16
🌐
GitHub
github.com › bennzhang › docker-demo-with-simple-python-app
GitHub - bennzhang/docker-demo-with-simple-python-app · GitHub
$ sudo docker images REPOSITORY TAG IMAGE ID CREATED SIZE my-python-app 1.0.1 2b628d11ba3a 22 minutes ago 701.6 MB docker.io/python 2.7 b1d5c2d7dda8 13 days ago 679.3 MB docker.io/hello-world latest 05a3bd381fc2 5 weeks ago 1.84 kB
Starred by 18 users
Forked by 199 users
Languages   Python
🌐
GitHub
github.com › ngallot › docker-python-helloworld
GitHub - ngallot/docker-python-helloworld: A Python dockerized hello world app · GitHub
A Python dockerized hello world app This repo aims at showing how simple it can be to build a Docker container running a Python (very simple) app.
Starred by 3 users
Forked by 34 users
Languages   Dockerfile 83.1% | Python 16.9%
🌐
GitHub
gist.github.com › kstrauss › 4c6ee9511a60f1b3ea33945df231effd
python example dockerfile for linux · GitHub
python example dockerfile for linux. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
github.com › patrickloeber › python-docker-tutorial
GitHub - patrickloeber/python-docker-tutorial: Learn how to dockerize Python scripts and a Python web app · GitHub
Learn how to dockerize Python scripts and a Python web app - patrickloeber/python-docker-tutorial
Starred by 326 users
Forked by 146 users
Languages   Python 75.3% | Dockerfile 24.7%