Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ FROM ghcr.io/astral-sh/uv:$UV_VERSION AS uv
FROM mcr.microsoft.com/vscode/devcontainers/base:debian
LABEL maintainer="a5chin <[email protected]>"
LABEL org.opencontainers.image.description="Dev Container for Python development with uv-based dependency management and environment configuration."
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.source=https://github.com/a5chin/python-uv

ENV PYTHONDONTWRITEBYTECODE=True \
PYTHONUNBUFFERED=True \
Expand Down