About 3,270 results
Open links in new tab
  1. python/3.11/slim-bookworm/Dockerfile at master - GitHub

    # # NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh" # # PLEASE DO NOT EDIT IT DIRECTLY.

  2. python/3.10/alpine3.19/Dockerfile at master - GitHub

    Docker Official Image packaging for Python. Contribute to docker-library/python development by creating an account on GitHub.

  3. running pip install -r requirements.txt fails when trying to build an ...

    Oct 6, 2023 · My Dockerfile: FROM python:3.7 WORKDIR /fastapi-app COPY requirements.txt /tmp/ RUN pip install --requirement /tmp/requirements.txt COPY . /tmp/ COPY ./app ./app …

  4. Is there a nogil container? · Issue #947 · docker-library/python - GitHub

    Aug 10, 2024 · To put that another way, my answer is more accurately "not yet", not "never". If you'd like to help with the work, figuring out what changes are necessary to our current …

  5. Problem pulling any arm64v8/python images - GitHub

    Jun 27, 2024 · Hi Laurent, Can you explain how that would translate to pulling it using the FROM command in Dockerfile? This is how I'm using it in my Dockerfile FROM arm64v8/python:3.10 …

  6. could you please upgrade setuptools version to latest #1012

    Mar 19, 2025 · So this is expected, and not something that will be changed in these images. (Updating to setuptools 70+ would be a breaking change for a start.) You will either need to …

  7. pip install -r requirements.txt fails on alpine, while OK on slim

    Jan 14, 2022 · my dockerfile with installation of requirements.txt works perfectly on full python and slim python docker images, but fails on alpine. There is one package in dependencies, which …

  8. question: using build args for base image · Issue #818 - GitHub

    Mar 24, 2023 · In my corporate environment, I would like to be able to replace this image with some of our internally managed base images when utilizing this Dockerfile. My proposal, …

  9. Example Dockerfile should document to run python unbuffered

    Apr 16, 2021 · The example Dockerfile in the Create a Dockerfile in your python App Project section in the image documentation should have ENV PYTHONUNBUFFERED=1 or add the …

  10. Segmentation fault with new version (Alpine 3.21) - GitHub

    Dec 10, 2024 · I tried building the prowler-cloud/prowler Dockerfile swapped to Alpine 3.21 and didn't get any errors, so I am unsure where the issue is. Perhaps there is a specific pip …