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...
2a91e82
idphotos-api
/
Dockerfile
jeff86
Update Dockerfile
bd56fd8
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
104 Bytes
FROM
linzeyi/hivision_idphotos:latest
EXPOSE
8080
RUN
chmod
777 -R /app
CMD
[
"python3"
,
"deploy_api.py"
]