We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae20082 commit 0878db8Copy full SHA for 0878db8
pipelines/alphafold2-based-protein-folding/Dockerfile
@@ -34,7 +34,7 @@ RUN wget https://github.com/IntelLabs/Open-Omics-Acceleration-Framework/releases
34
RUN tar -xzf Source_code_with_submodules.tar.gz
35
RUN cd /Open-Omics-Acceleration-Framework/applications/alphafold
36
WORKDIR /Open-Omics-Acceleration-Framework/applications/alphafold
37
-RUN git submodule update --recursive --init -- .
+
38
# Compile HHsuite from source.
39
RUN . /opt/intel/oneapi/compiler/latest/env/vars.sh intel64 \
40
&& . /opt/intel/oneapi/mkl/latest/env/vars.sh intel64 \
0 commit comments