A Docker base image combining Python with essential media processing tools and gcloud support.
145
What's Included
Use Cases
Usage
FROM devsahamerlin/python312-media-gcloud-runtime:3.12-slim
COPY . /app
RUN pip3 install --no-cache-dir -r requirements.txt
USER merlin
CMD ["python3", "app.py"]
Content type
Image
Digest
sha256:c5097be85…
Size
709.9 MB
Last updated
10 months ago
docker pull devsahamerlin/python312-media-gcloud-runtime:3.12-20251203