"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "4399b6e756028876b3f6399fd4b534ebc0159d3a"
Commit 30813a36 authored by Vaclav Hanzl's avatar Vaclav Hanzl
Browse files

Fix Colab by using OF commit from pl_upgrades

The commit used so far now fails with Colab's numpy.
(Commit from current main does not work either.)
parent 80c85b54
......@@ -136,7 +136,7 @@
"\n",
" %shell mkdir -p /content/openfold/openfold/resources\n",
"\n",
" commit = \"e2e19f16676b1a409f9ba3a6f69b11ee7f5887c2\"\n",
" commit = \"49ab0539547b9ae921d8bc7c2beb106e085fc3cf\"\n",
" os.system(f\"pip install -q git+https://github.com/aqlaboratory/openfold.git@{commit}\")\n",
"\n",
" os.system(f\"cp -f -p /content/stereo_chemical_props.txt /usr/local/lib/python{python_version}/site-packages/openfold/resources/\")\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment