Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Good12313
/
ccx
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ccx
/
Dockerfile
ahutchen
Upload 2 files
89a43e1
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
198 Bytes
FROM
alpine:
3.21
RUN apk add --no-cache ca-certificates curl
COPY
entrypoint.sh
/usr/
local
/bin/
entrypoint.sh
RUN chmod +x
/usr/
local
/bin/
entrypoint.sh
ENTRYPOINT [
"/usr/local/bin/entrypoint.sh"
]