FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-algorithm-plugin/Dockerfile at master · zcdb/python-algorithm-plugin · GitHub
zcdb
/
python-algorithm-plugin
Public
forked from
vearch/python-algorithm-plugin
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-algorithm-plugin
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (11 loc) · 525 Bytes
Breadcrumbs
python-algorithm-plugin
/
Dockerfile
Copy path
File metadata and controls
11 lines (11 loc) · 525 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
FROM
centos/python-36-centos7
USER
root
RUN
yum install -y libXrender-0.9.10-1.el7.x86_64
WORKDIR
/app
COPY
. .
WORKDIR
/app/src
RUN
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt \
&& pip install -i https://pypi.tuna.tsinghua.edu.cn/simple torch torchvision \
&& wget -P /opt/app-root/src/.cache/torch/checkpoints/ https://download.pytorch.org/models/vgg16-397923af.pth \
&& wget -P /app/model/ -c https://pjreddie.com/media/files/yolov3.weights
CMD
[
"bash"
,
"./bin/run.sh"
,
"image"
]
Back
|
FazBrowse Home
|
New Git URL