Spaces:
Runtime error
Runtime error
| 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) | |