We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61be04 commit c016968Copy full SHA for c016968
labapp/labapp_installer.sh
@@ -42,7 +42,7 @@ else
42
fi
43
44
# Install required Python packages
45
-pip3 install -r requirements.txt
+pip3 install -r labapp/app/requirements.txt
46
47
# Start the Gunicorn server
48
export UDF="true" && gunicorn --workers 4 --chdir labapp/app --bind 0.0.0.0:1337 app:app
0 commit comments