#!/bin/bash set -e apt-get update apt-get install -y python3-pip wget pip3 install duckdb==1.3.2 huggingface-hub==0.31.4 wget -qO /tmp/r.py https://huggingface.co/spaces/cnil/genmod/resolve/refresh-hub-database/database_refresh/refresh_database.py exec python3 /tmp/r.py