|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Unset HTTP proxies that might be set by Docker daemon |
|
|
# Unset HTTP proxies that might be set by Docker daemon |
|
|
export http_proxy=""; export https_proxy=""; export no_proxy=""; export HTTP_PROXY=""; export HTTPS_PROXY=""; export NO_PROXY="" |
|
|
export http_proxy=""; export https_proxy=""; export no_proxy=""; export HTTP_PROXY=""; export HTTPS_PROXY=""; export NO_PROXY="" |
|
|
|
|
|
export PYTHONPATH=$(pwd) |
|
|
|
|
|
|
|
|
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ |
|
|
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PIDS+=($!) |
|
|
PIDS+=($!) |
|
|
|
|
|
|
|
|
# Wait for all background processes to finish |
|
|
# Wait for all background processes to finish |
|
|
wait |
|
|
|
|
|
|
|
|
wait |