openweb / pinchtab /tests /e2e /runner /Dockerfile
Leon4gr45's picture
Upload folder using huggingface_hub (part 3)
c52954a verified
Raw
History Blame Contribute Delete
118 Bytes
FROM alpine:3.19
RUN apk add --no-cache \
bash \
curl \
jq
WORKDIR /scenarios
ENTRYPOINT ["/bin/bash"]