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.
1 parent c44c3a9 commit 754cdcdCopy full SHA for 754cdcd
Dockerfile
@@ -1,7 +1,7 @@
1
-ARG BASE_CONTAINER=ghcr.io/ucsd-ets/datascience-notebook:2025.2-stable
+ARG BASE_CONTAINER=ghcr.io/ucsd-ets/datascience-notebook:2025.3-datascience-uv
2
FROM $BASE_CONTAINER
3
4
-RUN pip install \
+RUN uv pip install --system \
5
babypandas==1.0.0 \
6
pandas-tutor==2.1.0.dev1 \
7
otter-grader==3.3.0 \
0 commit comments