Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dragxd
/
oneapi
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dragxd
commited on
Jul 6
Commit
3913e4e
·
verified
·
1 Parent(s):
00f4f94
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+7
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
3
+
# Start server.py in the background
4
+
python server.py &
5
+
6
+
# Start OneApi (in the foreground to keep container running)
7
+
python -m OneApi