About 595,000 results
Open links in new tab
  1. Python 3.7 Docker images - Stack Overflow

    Dec 3, 2019 · As of July 2019 the stable Debian version is Debian 10 codename "buster". Therefore the best choice in terms of compatibility and stability is python:3.7-buster. For …

  2. How to make lightweight docker image for python app with pipenv

    Do not mix alpine images with non-alpine images just as you would not mix python:3.A images with a different python:3.B. Otherwise some of the components installed in the building stage …

  3. Why is the python docker image so big (~750 MB)?

    Jun 26, 2015 · >> docker image ls |grep python python 3.6-alpine 89.4 MB python 3.6 689 MB python 3.5 689 MB python 3.5.2 687 MB python 3.4 833 MB python 2.7 676 MB At time of …

  4. Python 3.9 Supported for Docker images? - Stack Overflow

    Dec 14, 2022 · We are using 3.8 python for our docker images AWS. Does docker supports 3.9 for Docker images Looking into blogs, for latest updates.

  5. python - Which DockerImage to Run? - Stack Overflow

    Aug 26, 2022 · For my python script to run I need few things: Google Chrome - I know how to install it manually on docker image; Python3; For each one I need the latest stable version (for …

  6. dockerfile - python3 nodejs docker images - Stack Overflow

    Aug 24, 2016 · I am working with a django angular project. I am using python3 so I want a container where node 6.4.0 and python3 will be installed. I have node:6.4.0 and python:3.4 …

  7. What minor version does docker image python:3.12-slim use?

    Apr 24, 2024 · We are using Docker containers for dev (dev container) & pipeline (gitlab CI). Both cases use a base image of python:3.12-slim. The dev container is defined as: FROM …

  8. Docker Image > 1GB in size from python:3.8.3-alpine

    Aug 5, 2021 · Why Docker container images become so large while deploying Python 3.6, Virtualenv, Flask, Gunicorn on Ubuntu 16.04? 4 Reduce Docker image size: Python3 and …

  9. Python 3.6 in tensorflow gpu docker images - Stack Overflow

    Jul 3, 2018 · This release ships with Python 3.5 as standard. So you'll have to re-build the image, and the Dockerfile will need editing, even though you need to do the actual build with the …

  10. How do I reduce a python (docker) image size using a multi-stage …

    Jan 31, 2018 · # Name the single Python image we're using everywhere. ARG python=python:3.10-slim # Build stage: FROM ${python} AS build # Install a full C toolchain …

Refresh