Fix configure.sh

pull/1383/head
Piero Toffanin 2021-12-17 11:59:03 -05:00
rodzic 70face0492
commit 497b5c60ae
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -129,9 +129,8 @@ installreqs() {
set -e
pip install --ignore-installed -r requirements.txt
if [ ! -z "$GPU_INSTALL" ]; then
# Nothing, add extra GPU-related build instructions here
fi
#if [ ! -z "$GPU_INSTALL" ]; then
#fi
set +e
}