mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
fix test
This commit is contained in:
parent
568b34dad7
commit
220b5c19d0
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user