|  | ||
|---|---|---|
| autogolf | ||
| .gitignore | ||
| Dockerfile | ||
| README.md | ||
| run.py | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	Warning: Starting the runall.py script directly can severely damage your system by running random Bash commands. Please start it in a container as described below.
How to run:
docker image build --quiet --tag runall-image .
mkdir output
docker container run --tty --rm --mount type=bind,src="$(realpath output)",dst=/root/output --memory=128m runall-image