mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 13:52:56 -04:00
fix test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if ! pip list 2>&1 | grep -q "scikit-learn"; then
|
||||
if ! pip list 2> /dev/null | grep -q "scikit-learn"; then
|
||||
echo "**** Adding scikit-learn and deps to package install lists ****"
|
||||
echo "\
|
||||
build-essential \
|
||||
|
||||
Reference in New Issue
Block a user