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 56abe81 commit 39457e2Copy full SHA for 39457e2
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.8.8 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.8.17 /uv /bin/uv
4
5
# 设置时区
6
ENV TZ=Asia/Shanghai
docker/nonetest.dockerfile
WORKDIR /app
0 commit comments