oneapi / start.sh
dragxd's picture
Create start.sh
3913e4e verified
raw
history blame
147 Bytes
#!/bin/bash
# Start server.py in the background
python server.py &
# Start OneApi (in the foreground to keep container running)
python -m OneApi