Skip to content

Commit 77b2d78

Browse files
changing to the main branch of open-omics-alphafold
1 parent 2de2521 commit 77b2d78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pipelines/alphafold2-based-protein-folding/Dockerfile_Inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN echo "source activate" >> ~/.bashrc
4242
CMD source ~/.bashrc
4343

4444
WORKDIR /
45-
RUN git clone -b multimer --recursive https://github.com/IntelLabs/Open-Omics-Acceleration-Framework.git
45+
RUN git clone --recursive https://github.com/IntelLabs/Open-Omics-Acceleration-Framework.git
4646
WORKDIR /Open-Omics-Acceleration-Framework/applications/
4747

4848
RUN git clone --branch 5.3.0 https://github.com/jemalloc/jemalloc.git

pipelines/alphafold2-based-protein-folding/Dockerfile_Pre

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN echo "source /opt/conda/bin/activate " > ~/.bashrc
3939
CMD source ~/.bashrc
4040

4141
WORKDIR /
42-
RUN git clone -b multimer --recursive https://github.com/IntelLabs/Open-Omics-Acceleration-Framework.git
42+
RUN git clone --recursive https://github.com/IntelLabs/Open-Omics-Acceleration-Framework.git
4343

4444
WORKDIR /Open-Omics-Acceleration-Framework/applications/alphafold
4545
ENV LD_LIBRARY_PATH "/opt/conda/lib:$LD_LIBRARY_PATH"

0 commit comments

Comments
 (0)