We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8be64 commit cb262b1Copy full SHA for cb262b1
1 file changed
Dockerfile
@@ -0,0 +1,13 @@
1
+FROM python:3
2
+
3
+WORKDIR /usr/src/git-sim
4
5
+RUN apt update
6
7
+RUN apt -y install build-essential python3-dev libcairo2-dev libpango1.0-dev ffmpeg
8
9
+RUN pip3 install manim
10
11
+RUN pip3 install git-sim
12
13
+ENTRYPOINT [ "git-sim" ]
0 commit comments