Spaces:
Runtime error
Runtime error
File size: 348 Bytes
45dffbe dc1f1c5 45dffbe | 1 2 3 4 5 6 7 8 | 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)
|