WitNote / tests /e2e /runner /Dockerfile
AUXteam's picture
Upload folder using huggingface_hub
6a7089a verified
FROM alpine:3.19
RUN apk add --no-cache \
bash \
curl \
jq
WORKDIR /scenarios
ENTRYPOINT ["/bin/bash"]