initial working system report
This commit is contained in:
10
active/vibe_system_report/Containerfile
Normal file
10
active/vibe_system_report/Containerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.13-slim-trixie
|
||||
|
||||
# Install UV
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
|
||||
# Copy project files
|
||||
WORKDIR /app
|
||||
COPY .python-version pyproject.toml uv.lock system_report.py .
|
||||
|
||||
ENTRYPOINT system_report.py
|
||||
Reference in New Issue
Block a user