Skip to content

Commit 7aa8e26

Browse files
committed
fixing install issues in foldcond notebook
1 parent ed4b013 commit 7aa8e26

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

rf/examples/diffusion_foldcond.ipynb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,12 @@
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",
@@ -670,4 +673,4 @@
670673
},
671674
"nbformat": 4,
672675
"nbformat_minor": 0
673-
}
676+
}

0 commit comments

Comments
 (0)