Skip to content

Commit cb262b1

Browse files
authored
Create Dockerfile (#50)
Create dockerfile
1 parent fc8be64 commit cb262b1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Dockerfile

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)