Commit b1d772d1 authored by DeepMind's avatar DeepMind Committed by Copybara-Service
Browse files

Fix TensorFlow versions in AlphaFold Colab notebook.

PiperOrigin-RevId: 392861510
Change-Id: I266255479210e5c9b6cbc02977f4024d40c5b94d
parent 99459eff
......@@ -62,6 +62,9 @@
"try:\n",
" with tqdm.notebook.tqdm(total=100, bar_format=TQDM_BAR_FORMAT) as pbar:\n",
" with io.capture_output() as captured:\n",
" # Uninstall default Colab version of TF.\n",
" %shell pip uninstall -y tensorflow\n",
"\n",
" %shell sudo apt install --quiet --yes hmmer\n",
" pbar.update(6)\n",
"\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