Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

python-3-12-ffmpeg

Simple base Python image for FixMySwing and related projects.

What's inside

  • Python 3.12 (slim-bookworm)
  • uv 0.5.11 (dependency manager)
  • ffmpeg (video processing)
  • libpq (Postgres client)
  • OpenCV runtime libs (libgl1, libglib2.0)

Usage

services:
  web:
    image: adamroberts91/python-3-12-ffmpeg:1.0.0
    working_dir: /app
    user: 1000:1000
    volumes:
      - .:/app

Building locally

make build       # Build for current arch

Releasing a new version

make VERSION=1.0.1 release    # Multi-arch build + push

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages