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 83457cc commit 06bfea0Copy full SHA for 06bfea0
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.1 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.9.11 /uv /bin/uv
4
5
# 设置时区
6
ENV TZ=Asia/Shanghai
docker/nonetest.dockerfile
WORKDIR /app
0 commit comments