Commit graph

16 commits

Author SHA1 Message Date
Devin Neal
c203f8e8c0 remove repeated latex package 2019-06-02 21:13:41 -07:00
Devin Neal
75996a618c install less latex 2019-06-02 21:10:45 -07:00
Devin Neal
ed24541de6
update dockerfile, add flag for high quality rendering (#573)
Allow rendering in 1080p by passing `--high_quality` and update the Dockerfile and Compose file to install Manim directly into the container.
2019-06-02 18:58:33 -07:00
Devin Neal
0d1a93cf66 change dockerfile entrypoint to /bin/bash 2019-04-02 02:56:09 +00:00
Devin Neal
c114e461d5 python3 -> python 2019-04-02 01:04:10 +00:00
Devin Neal
f348df5dbc move workdir from dockerfile to docker-compose.yml 2019-04-02 00:55:05 +00:00
Devin Neal
1e3c44bdae Merge branch 'master' of https://github.com/3b1b/manim into cleanup-dockerfile 2019-04-02 00:30:26 +00:00
govind cs
bb1a74ce71
updated the docker file to use fewer layers.
The final image size should be much smaller. You can squish it down a bit more but the difference in size isn't that big.
2019-01-16 15:43:43 +05:30
Patrick Elsen
da81ed4015 Fixes Dockerfile to delete requirements.txt.
Moved timezone initialization to texlife and made sure to delete
requirements.txt in Dockerfile.
2018-10-15 02:52:40 +02:00
Patrick Elsen
08926ad2aa Rearranges Dockerfile.
Does timezone setup at the beginning. Separates python installation and
requirements installation.
2018-10-15 00:50:47 +02:00
Patrick Elsen
9b76c29fc7 Revert "Consolidates apt package installations."
This reverts commit 4ba9f6b5a3.
2018-10-15 00:48:08 +02:00
Patrick Elsen
9077860f97 Removes superfluous delete command.
As suggested by @eulertour, this removes the line to delete
`requirements.txt` in the python folder, as the whole folder would be
deleted later anyways.
2018-10-14 23:34:06 +02:00
Patrick Elsen
4ba9f6b5a3 Consolidates apt package installations.
Turns all package installations into one single command.
2018-10-14 23:32:46 +02:00
Patrick Elsen
8d66cfb75b Removes superfluous packages.
The apt package texlive-full already includes texlive-latex-base and
texlive-fonts-extra, so they don't have to installed separately.
2018-10-14 20:44:23 +02:00
Devin Neal
3be2a606ac update Dockerfile for python 3 2018-09-17 19:44:13 -07:00
Scott Opell
c2c592679e adds support for docker 2016-09-05 15:05:37 -04:00