Hi, using the anaconda feature has the following line, which looks like it spawns a new shell that the docker env http_proxy settings are not being used any more. As a result the build fails with timeout getting the package. I have to resort to manual installation for this feature.
|
su --login -c "wget -q https://repo.anaconda.com/archive/Anaconda3-${CONDA_VERSION}-Linux-x86_64.sh -O /tmp/anaconda-install.sh \ |
Hi, using the anaconda feature has the following line, which looks like it spawns a new shell that the docker env http_proxy settings are not being used any more. As a result the build fails with timeout getting the package. I have to resort to manual installation for this feature.
features/src/anaconda/install.sh
Line 100 in 4697d25