File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -443,9 +443,9 @@ <h2 id="post-release-tutorials-updates">Post-release tutorials updates</h2>
443
443
with your github account; otherwise, the file is read-only).
444
444
< ol >
445
445
< li > For reference, the typical content is thus:
446
- < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > FROM robotlocomotion/drake:jammy-20241114
446
+ < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > FROM robotlocomotion/drake:jammy-20250115
447
447
448
- RUN apt-get -q update && apt-get -q install -y --no-install-recommends nginx-light && apt-get -q clean
448
+ RUN apt-get -q update && apt-get -q install -y --no-install-recommends curl nginx-light python3-venv && apt-get remove -y python3-notebook && apt-get autoremove -y && apt-get -q clean
449
449
450
450
ENV PATH="/opt/drake/bin:${PATH}" \
451
451
PYTHONPATH="/opt/drake/lib/python3.10/site-packages:${PYTHONPATH}"
@@ -469,6 +469,13 @@ <h2 id="post-release-tutorials-updates">Post-release tutorials updates</h2>
469
469
< a href ="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/requirements.txt "> requirements.txt</ a >
470
470
file should have the following content:
471
471
< div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > ipywidgets==7.7.0
472
+
473
+ # We need to repeat drake's wheel dependencies here so that they end up in
474
+ # Deepnote's venv. Deepnote no longer sees the Ubuntu packages in /usr/lib.
475
+ matplotlib==3.5.1
476
+ numpy==1.21.5
477
+ pydot==1.4.2
478
+ PyYAML==5.3.1
472
479
</ code > </ pre > </ div > </ div >
473
480
</ li >
474
481
< li > For reference (no action required), the initialization notebook at
You can’t perform that action at this time.
0 commit comments