mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-01 04:21:56 -04:00
fix test
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/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 "**** Adding scikit-learn and deps to package install lists ****"
|
||||||
echo "\
|
echo "\
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|||||||
Reference in New Issue
Block a user