manim/docker
Melody Griesen 40766cb648
Update Docker base image to python3.12-slim (#3458) (#3459)
* Update Docker base image to python3.12-slim (#3458)

* Update docker/Dockerfile

---------

Co-authored-by: Melody Griesen <jvgriese@ncsu.edu>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2023-12-07 00:30:17 +01:00
..
Dockerfile Update Docker base image to python3.12-slim (#3458) (#3459) 2023-12-07 00:30:17 +01:00
readme.md Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
texlive-profile.txt Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00

See the main README for some instructions on how to use this image.

Building the image

The docker image corresponding to the checked out version of the git repository can be built by running

docker build -t manimcommunity/manim:TAG -f docker/Dockerfile .

from the root directory of the repository.

Multi-platform builds are possible by running

docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag manimcommunity/manim:TAG -f docker/Dockerfile .

from the root directory of the repository.