Update .gitlab-ci.yml
This commit is contained in:
parent
b552dd48e9
commit
dd80435e0b
1 changed files with 1 additions and 2 deletions
|
|
@ -45,8 +45,7 @@ deploy:
|
|||
source "${STREAMLIT_VENV_DIR}/bin/activate"
|
||||
pip install --upgrade pip
|
||||
# Uncomment if you have a requirements.txt for your app
|
||||
# pip install -r "${STREAMLIT_APP_DIR}/requirements.txt"
|
||||
pip install streamlit
|
||||
pip install -r "${STREAMLIT_APP_DIR}/requirements.txt"
|
||||
|
||||
# 4. Create/update the systemd service, including the API key environment variable:
|
||||
- |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue