Spaces:
Sleeping
Sleeping
File size: 189 Bytes
38adf92 | 1 2 3 4 5 | #!/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
|