PyBeats is a Python-based MP3 Player built using:
This image allows you to run the PyBeats MP3 Player inside a Docker container with GUI and audio support on Linux systems.
Base Image: python:3.12
Includes:
Tag: 4.0
Allow Docker to access display:
xhost +local:docker
Run container:
docker run \
--device /dev/snd \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
tejalonkar15/pybeats:4.0
After running:
xhost -local:docker
Available on GitHub: š [https://github.com/tejalonkar/PyBeatsā )
Content type
Image
Digest
sha256:2c112b266ā¦
Size
371.1 MB
Last updated
7 months ago
docker pull tejalonkar15/pybeats:4.0