Fix shell error in startup.sh
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user