Skip to content

Commit 0878db8

Browse files
authored
Update Dockerfile
1 parent ae20082 commit 0878db8

File tree

1 file changed

+1
-1
lines changed
  • pipelines/alphafold2-based-protein-folding

1 file changed

+1
-1
lines changed

pipelines/alphafold2-based-protein-folding/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget https://github.com/IntelLabs/Open-Omics-Acceleration-Framework/releases
3434
RUN tar -xzf Source_code_with_submodules.tar.gz
3535
RUN cd /Open-Omics-Acceleration-Framework/applications/alphafold
3636
WORKDIR /Open-Omics-Acceleration-Framework/applications/alphafold
37-
RUN git submodule update --recursive --init -- .
37+
3838
# Compile HHsuite from source.
3939
RUN . /opt/intel/oneapi/compiler/latest/env/vars.sh intel64 \
4040
&& . /opt/intel/oneapi/mkl/latest/env/vars.sh intel64 \

0 commit comments

Comments
 (0)