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 fc120e3 + 853486d commit 252552cCopy full SHA for 252552c
.python-version
@@ -1 +1 @@
1
-3.11
+3.12
Containerfile
@@ -1,9 +1,10 @@
-FROM registry.access.redhat.com/ubi9/python-311
+FROM ghcr.io/astral-sh/uv:alpine
2
3
# Set default MCP transport if not provided
4
ENV MCP_TRANSPORT=stdio
5
6
-COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
+# Install Python 3.11 and required build dependencies
7
+RUN apk add --no-cache python3 python3-dev py3-pip build-base
8
9
# Copy project files to user's home directory (no permission issues)
10
COPY pyproject.toml ./
0 commit comments