Skip to content

Commit 7498e34

Browse files
1 parent 99168c4 commit 7498e34

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

release_playbook.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ <h2 id="post-release-tutorials-updates">Post-release tutorials updates</h2>
443443
with your github account; otherwise, the file is read-only).
444444
<ol>
445445
<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
447447

448-
RUN apt-get -q update &amp;&amp; apt-get -q install -y --no-install-recommends nginx-light &amp;&amp; apt-get -q clean
448+
RUN apt-get -q update &amp;&amp; apt-get -q install -y --no-install-recommends curl nginx-light python3-venv &amp;&amp; apt-get remove -y python3-notebook &amp;&amp; apt-get autoremove -y &amp;&amp; apt-get -q clean
449449

450450
ENV PATH="/opt/drake/bin:${PATH}" \
451451
PYTHONPATH="/opt/drake/lib/python3.10/site-packages:${PYTHONPATH}"
@@ -469,6 +469,13 @@ <h2 id="post-release-tutorials-updates">Post-release tutorials updates</h2>
469469
<a href="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/requirements.txt">requirements.txt</a>
470470
file should have the following content:
471471
<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
472479
</code></pre></div> </div>
473480
</li>
474481
<li>For reference (no action required), the initialization notebook at

0 commit comments

Comments
 (0)