File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 7474 " \n " ,
7575 " # install RFdiffusion\n " ,
7676 " os.system(\" git clone https://github.com/sokrypton/RFdiffusion.git\" )\n " ,
77- " os.system(\" pip -q install jedi omegaconf hydra-core icecream pyrsistent\" )\n " ,
78- " os.system(\" pip install dgl -f https://data.dgl.ai/wheels/cu121/repo.html\" )\n " ,
79- " os.system(\" cd RFdiffusion/env/SE3Transformer; pip -q install --no-cache-dir -r requirements.txt; pip -q install .\" )\n " ,
77+ " os.system(\" pip install jedi omegaconf hydra-core icecream pyrsistent pynvml decorator\" )\n " ,
78+ " os.system(\" pip install git+https://github.com/NVIDIA/dllogger#egg=dllogger\" )\n " ,
79+ " # 17Mar2024: adding --no-dependencies to avoid installing nvidia-cuda-* dependencies\n " ,
80+ " os.system(\" pip install --no-dependencies dgl==2.0.0 -f https://data.dgl.ai/wheels/cu121/repo.html\" )\n " ,
81+ " os.system(\" pip install --no-dependencies e3nn==0.3.3 opt_einsum_fx\" )\n " ,
82+ " os.system(\" cd RFdiffusion/env/SE3Transformer; pip install .\" )\n " ,
8083 " \n " ,
8184 " # extras\n " ,
8285 " os.system(\" pip -q install py3Dmol pydssp\" )\n " ,
670673 },
671674 "nbformat" : 4 ,
672675 "nbformat_minor" : 0
673- }
676+ }
You can’t perform that action at this time.
0 commit comments