oteri / alphafold_MSA

AF refactored to use only MSA as input
Apache License 2.0
1 stars 0 forks source link

Make image leaner #2

Open oteri opened 9 months ago

oteri commented 9 months ago

The present image thakes %8min to build and it takes 6.83GB on docker hub. It must be made lighter

oteri commented 9 months ago

One approach to investigate should be making a multistage Dockerfile. The first one should install cudatoolkit and the second should take the ptxas executable from there. This should allow to avoid using the space of cudatoolkit.