Skip to content

Commit

Permalink
revert for now
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMolod committed Oct 30, 2024
1 parent db8ff51 commit a282ff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
eval "$(conda shell.bash hook)"
conda activate AlphaPulldown
pip install -e .
pip install -e ColabFold --no-deps
pip install -e alphafold --no-deps
pip install -U "jax[cuda12]"
# export PYTHONPATH=$PWD/AlphaLink2:$PYTHONPATH
# install dependencies for AlphaLink backend
Expand Down
2 changes: 2 additions & 0 deletions docker/pulldown.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ RUN ssh-keyscan github.com >> /root/.ssh/known_hosts
RUN --mount=type=ssh git clone --recurse-submodules [email protected]:KosinskiLab/AlphaPulldown.git
WORKDIR AlphaPulldown
RUN pip3 install .
RUN pip3 install -e ColabFold --no-deps
RUN pip3 install -e alphafold --no-deps

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

0 comments on commit a282ff8

Please sign in to comment.