We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38afc02 + 68c848c commit 9653578Copy full SHA for 9653578
fabric_examples/acceptance_testing/Acceptance Tests 6.1.2/fpga_flash_esnet.ipynb
@@ -493,7 +493,7 @@
493
"\n",
494
"commands = list()\n",
495
"commands.append(f'git clone {tools_docker_repo}')\n",
496
- "commands.append(f'cd esnet-smartnic-fw && git submodule init && git submodule update')\n",
+ "commands.append(f'cd esnet-smartnic-fw && git checkout c064d4ac775ed1a4c50ec72dea3615f9c644433e && git submodule init && git submodule update')\n",
497
498
"for command in commands:\n",
499
" print(f'Executing {command}')\n",
0 commit comments