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.
2 parents 9c7d7ea + 03df0ab commit 261ae43Copy full SHA for 261ae43
.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 <[email protected]>"
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