manim/docker
Benjamin Hackl a8a37882da
Updated Dockerfile (include dependencies for building documentation), moved documentation to main README (#1219)
* include docker/readme.md in main README.md + update contained information

* update dockerfile: more LaTeX dependencies, jedi workaround no longer needed, requirements for building documentation
2021-04-01 20:58:00 +02:00
..
Dockerfile Updated Dockerfile (include dependencies for building documentation), moved documentation to main README (#1219) 2021-04-01 20:58:00 +02:00
readme.md Updated Dockerfile (include dependencies for building documentation), moved documentation to main README (#1219) 2021-04-01 20:58:00 +02:00
texlive-profile.txt Bring back support for docker (#681) 2020-11-10 21:55:41 +01: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.