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 1e7a384 commit cf32f21Copy full SHA for cf32f21
docker/noneflow.dockerfile
@@ -1,6 +1,6 @@
1
# 这样能分别控制 uv 和 Python 版本
2
FROM python:3.13.5-slim
3
-COPY --from=ghcr.io/astral-sh/uv:0.9.11 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /bin/uv
4
5
# 设置时区
6
ENV TZ=Asia/Shanghai
docker/nonetest.dockerfile
WORKDIR /app
0 commit comments