Spaces:
Runtime error
Runtime error
Update
Browse files- startup.sh +3 -6
startup.sh
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
-
# Make
|
| 3 |
-
|
| 4 |
|
| 5 |
-
# Run your
|
| 6 |
-
./install_dependencies.sh
|
| 7 |
-
|
| 8 |
-
# Start your app
|
| 9 |
python3 app.py
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
# Make sure environment variable is set (redundant if set in Dockerfile)
|
| 3 |
+
export QT_QPA_PLATFORM=offscreen
|
| 4 |
|
| 5 |
+
# Run your app
|
|
|
|
|
|
|
|
|
|
| 6 |
python3 app.py
|