RAGEN / cleanrl /entrypoint.sh
Harryis's picture
Add files using upload-large-folder tool
4c32b9f verified
Raw
History Blame Contribute Delete
200 Bytes
#!/bin/bash
Xvfb :1 -screen 0 1024x768x24 -ac +extension GLX +render -noreset &> xvfb.log &
export DISPLAY=:1
set -e
# bash -c "echo vm.overcommit_memory=1 >> /etc/sysctl.conf" && sysctl -p
exec "$@"