AriaUniversal commited on
Commit
ff993c9
·
verified ·
1 Parent(s): 69ab224
Files changed (1) hide show
  1. startup.sh +3 -6
startup.sh CHANGED
@@ -1,9 +1,6 @@
1
  #!/bin/bash
2
- # Make your install script executable (if needed)
3
- chmod +x install_dependencies.sh
4
 
5
- # Run your dependencies installer
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