Skip to content

Commit

Permalink
add github to knownhosts and pass ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMolod authored Oct 11, 2024
1 parent f7abf52 commit f5c2295
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/pulldown.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ COPY . /app/alphafold
RUN wget -q -P /app/alphafold/alphafold/common/ \
https://git.scicore.unibas.ch/schwede/openstructure/-/raw/7102c63615b64735c4941278d92b554ec94415f8/modules/mol/alg/src/stereo_chemical_props.txt

RUN pip3 install git+https://github.com/KosinskiLab/AlphaPulldown.git@main
RUN mkdir -p /root/.ssh && chmod 700 /root/.ssh
RUN ssh-keyscan github.com >> /root/.ssh/known_hosts
RUN --mount=type=ssh pip3 install git+https://github.com/KosinskiLab/AlphaPulldown.git@main

RUN pip3 install --upgrade pip --no-cache-dir \
&& pip3 install --upgrade --no-cache-dir \
Expand Down

0 comments on commit f5c2295

Please sign in to comment.