Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jeff86/idphotos
jeff86
/
idphotos-api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5fcff4a
idphotos-api
/
Dockerfile
jeff86
Update Dockerfile
b36b3b5
verified
28 days ago
raw
Copy download link
history
blame
Safe
105 Bytes
FROM
linzeyi/hivision_idphotos:latest
EXPOSE
8080
RUN
chmod
777 -R /app
CMD
[
"python3"
,
"deploy_api.py"
]