patrickbryant1 / SpeedPPI

Rapid protein-protein interaction network creation from multiple sequence alignments with Deep Learning
Other
65 stars 14 forks source link

Docker Image #8

Closed wosmanitx closed 11 months ago

wosmanitx commented 11 months ago

Hello, Does a docker image exist of this application?

patrickbryant1 commented 11 months ago

Hi, You can build the one from AF if you like: Here is the Dockerfile: https://github.com/deepmind/alphafold/tree/main/docker then do: docker build -f docker/Dockerfile -t alphafold .

(See point 5 here: https://github.com/deepmind/alphafold/tree/main)

Hope this helps!