docker #222
Annotations
1 error
|
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c dnf install dnf-plugins-core libffi-devel java-latest-openjdk-devel wget subversion perl bzip2 gnuplot libcurl curl zlib zlib-devel zlib-static libcurl-devel gawk -y && cd $HOME && wget -nv https://ftp.eso.org/pub/dfs/pipelines/instruments/gravity/$GRAVITYKIT.tar.gz && tar xzf $GRAVITYKIT.tar.gz && rm -f $GRAVITYKIT.tar.gz && cd $GRAVITYKIT && sed -i '911d' install_pipeline && sed -i 's/\\&confirm(/0 and \\&confirm(/g' install_pipeline && sed -i '0,/ -t STDIN ||/s/ -t STDIN ||/ -t STDIN;/g' install_pipeline && echo \"n\" | ./install_pipeline && mkdir -p /work/data && ln -s /usr/local/calib/gravity-$GRAVITYVERSION /work/common_calibration && cd $HOME && wget -nv ftp://ftp.eso.org/pub/eclipse/latest/eclipse-main-5.0.0.tar.gz && tar -xvzf eclipse-main-5.0.0.tar.gz && rm eclipse-main-5.0.0.tar.gz && cd eclipse-5.0.0/ && ./configure && make && mv bin/* /usr/local/bin/. && cd .. && rm -rf eclipse-5.0.0 && cd $HOME && wget -nv https://repo.anaconda.com/miniconda/Miniconda2-latest-Linux-x86_64.sh && bash ./Miniconda2-latest-Linux-x86_64.sh -b && rm -f Miniconda2-latest-Linux-x86_64.sh && export PATH=$PATH:$HOME/miniconda2/bin && conda install -y reportlab astropy && conda install -y -c conda-forge pdfrw && svn co https://version-lesia.obspm.fr:/repos/DRS_gravity/python_tools && echo \"y\" | pip install pyfits astropy matplotlib scipy && export PATH=$PATH:$HOME/python_tools:$HOME/python_tools/gravi_shell:$HOME/python_tools/gravi_quicklook && export PYTHONPATH=$HOME/python_tools:$PYTHONPATH && dnf remove subversion -y" did not complete successfully: exit code: 2
|