You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile.tmpl
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,8 @@ RUN cat /kaggle_requirements.txt >> /requirements.txt
19
19
# TODO: GPU requirements.txt
20
20
# TODO: merge them better (override matching ones).
21
21
22
-
# Install uv & Kaggle packages
23
-
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
24
-
RUN export PATH="${HOME}/.local/bin:${PATH}" && uv pip install --system -r /requirements.txt
25
-
ENV PATH="~/.local/bin:${PATH}"
22
+
# Install Kaggle packages
23
+
RUN uv pip install --system -r /requirements.txt
26
24
27
25
# Install manual packages:
28
26
# b/183041606#comment5: the Kaggle data proxy doesn't support these APIs. If the library is missing, it falls back to using a regular BigQuery query to fetch data.
0 commit comments