MF.task3.2-viewer / entrypoint.sh
slitivnov's picture
Upload folder using huggingface_hub
38adf92 verified
Raw
History Blame Contribute Delete
189 Bytes
#!/bin/sh
: ${DATA:=slitivnov/MF.task3.2-tiles}
test -f /www/tiles.bin || hf download "$DATA" tiles.bin --repo-type dataset --local-dir /www
exec busybox-extras httpd -f -v -p 7860 -h /www