FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
git-sim/Dockerfile at dev · initialcommit-com/git-sim · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
initialcommit-com
/
git-sim
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
122
Star
4.7k
Code
Issues
6
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
git-sim
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (7 loc) · 216 Bytes
Breadcrumbs
git-sim
/
Dockerfile
Copy path
File metadata and controls
13 lines (7 loc) · 216 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM
python:3
WORKDIR
/usr/src/git-sim
RUN
apt update
RUN
apt -y install build-essential python3-dev libcairo2-dev libpango1.0-dev ffmpeg
RUN
pip3 install manim
RUN
pip3 install git-sim
ENTRYPOINT
[
"git-sim"
]
Back
|
FazBrowse Home
|
New Git URL