Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AUXteam
/
WitNote
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
WitNote
/
tests
/
e2e
/
runner
/
Dockerfile
AUXteam
Upload folder using huggingface_hub
6a7089a
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
118 Bytes
FROM
alpine:
3.19
RUN
apk add --no-cache \
bash \
curl \
jq
WORKDIR
/scenarios
ENTRYPOINT
[
"/bin/bash"
]