openagenticresearch / patch_entrypoint.py
Leon4gr45's picture
Upload folder using huggingface_hub
dc1f1c5 verified
with open("scripts/docker-entrypoint.sh", "r") as f:
content = f.read()
content = content.replace('echo "Allowing HF Space Hostname..."\ngosu node /app/node_modules/.bin/tsx /app/cli/src/index.ts allowed-hostname leon4gr45-openagenticresearch.hf.space || true\n', '')
with open("scripts/docker-entrypoint.sh", "w") as f:
f.write(content)