Update Dockerfile #11
Annotations
1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p ${INSTALLDIR} && cd ${INSTALLDIR} && git clone https://github.com/PaddlePaddle/PaddleHelix.git && cd ${HELIXFOLD3DIR} && wget -q -P . https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && bash ./Miniconda3-latest-Linux-x86_64.sh -b -p ${HELIXFOLD3DIR}/conda && rm Miniconda3-latest-Linux-x86_64.sh && . \"${HELIXFOLD3DIR}/conda/etc/profile.d/conda.sh\" && conda create -n helixfold -c conda-forge python=3.9 -y && conda install -y -c bioconda hmmer==3.3.2 kalign2==2.04 hhsuite==3.3.0 -n helixfold && conda install -y -c conda-forge openbabel -n helixfold && conda install -y -c conda-forge cudnn==8.4.1.50 -n helixfold && conda install -y paddlepaddle-gpu==3.0.0b1 paddlepaddle-cuda=12.3 -c paddle -c nvidia -n helixfold && conda activate helixfold && python -m pip install -r requirements.txt" did not complete successfully: exit code: 1
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|