Fu01978 commited on
Commit
1ba9658
·
verified ·
1 Parent(s): 1ce8292

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +1 -1
setup.sh CHANGED
@@ -20,4 +20,4 @@ fi
20
  # 3. Start the app pinned to your 2 efficiency cores
21
  echo " 🚀 Launching on Port ${PORT:-7860}..."
22
  exec gunicorn -b 0.0.0.0:7860 app:app
23
- exec taskset -c 0,1 python3 app.py
 
20
  # 3. Start the app pinned to your 2 efficiency cores
21
  echo " 🚀 Launching on Port ${PORT:-7860}..."
22
  exec gunicorn -b 0.0.0.0:7860 app:app
23
+ exec python3 app.py