GRDN.AI.3 / setup.sh
danidanidani's picture
Remove numexpr to fix OMP_NUM_THREADS issue, revert to app.py
940f9c7
raw
history blame
99 Bytes
#!/bin/bash
# This runs before dependencies install
unset OMP_NUM_THREADS
export OMP_NUM_THREADS=4