We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7d7ea commit 03df0abCopy full SHA for 03df0ab
.devcontainer/Dockerfile
@@ -7,6 +7,8 @@ FROM ghcr.io/astral-sh/uv:$UV_VERSION AS uv
7
FROM mcr.microsoft.com/vscode/devcontainers/base:debian
8
LABEL maintainer="a5chin <a5chin.origin+contact@gmain.com>"
9
LABEL org.opencontainers.image.description="Dev Container for Python development with uv-based dependency management and environment configuration."
10
+LABEL org.opencontainers.image.licenses=MIT
11
+LABEL org.opencontainers.image.source=https://github.com/a5chin/python-uv
12
13
ENV PYTHONDONTWRITEBYTECODE=True \
14
PYTHONUNBUFFERED=True \
0 commit comments