Skip to content

Commit 80f2e17

Browse files
committed
libegl1 is now shipped in the dockerfile
1 parent 845da84 commit 80f2e17

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Init.ipynb

-15
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,6 @@
1717
" else echo \"There's no requirements.txt, so nothing to install. This is the case with most projects.\"\n",
1818
"fi"
1919
]
20-
},
21-
{
22-
"cell_type": "code",
23-
"execution_count": null,
24-
"metadata": {},
25-
"outputs": [],
26-
"source": [
27-
"%%bash\n",
28-
"\n",
29-
"# This works around a missing dependency in Drake v1.35.0.\n",
30-
"# When we upgrade the tutorials to use >= 1.36.0, we should deletethis whole notebook cell.\n",
31-
"apt-get -q update\n",
32-
"apt-get -q install -y --no-install-recommends libegl1\n",
33-
"apt-get -q clean"
34-
]
3520
}
3621
],
3722
"metadata": {

0 commit comments

Comments
 (0)