Fix shell error in startup.sh

This commit is contained in:
Cassowary 2023-01-05 15:48:05 -08:00
parent 0ba8786bc4
commit ce763b1410
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
cd "$VOILA_DIRECTORY" || true
if [ -r "$REQUIREMENTS_PATH" ]; then
pip install -r --no-cache-dir "$REQUIREMENTS_PATH"
pip install --no-cache-dir -r "$REQUIREMENTS_PATH"
fi
pip freeze |grep voila || pip install voila==$VOILA_VERSION