Skip to content

Instantly share code, notes, and snippets.

@nirvana-msu
nirvana-msu / build-wheel-manylinux2010.sh
Created April 11, 2021 22:39
Build script for manylinux2010 Ray wheels
#!/bin/bash
set -x
# Cause the script to exit if a single command fails.
set -euo pipefail
cat << EOF > "/usr/bin/nproc"
#!/bin/bash
echo 10