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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ RUN pnpm config set store-dir ${PNPM_HOME}/store && \
45
45
pnpm setup zsh
46
46
47
47
# setup uv and python
48
-
ENV PYTHON_VERSION="3.10.12"
48
+
ENV PYTHON_VERSION="3.11.13"
49
49
ENV PATH="${HOME}/.local/uv_bin/:${PATH}"
50
50
51
51
# We need to make python effective globally, but uv currently does not have a command to directly obtain the full path of the current python, so it can be done by manual concatenation.
@@ -81,7 +81,7 @@ RUN echo "Etc/UTC" > /etc/timezone
81
81
RUN echo 'APT::Install-Recommends "false";' >> /etc/apt/apt.conf.d/99-recommends
0 commit comments