You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked Dockerfile and pyproject.toml, but none of the libraries or entrypoints require NodeJS.
I think it is a pure Python project. We can just use lighter image ghcr.io/astral-sh/uv:python3.12-bookworm-slim and save much time for apt install or something.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have checked
Dockerfileandpyproject.toml, but none of the libraries or entrypoints require NodeJS.I think it is a pure Python project. We can just use lighter image
ghcr.io/astral-sh/uv:python3.12-bookworm-slimand save much time forapt installor something.An example
Dockerfileof a pure Python MCP project: https://github.com/sooperset/mcp-atlassian/blob/main/DockerfileBeta Was this translation helpful? Give feedback.
All reactions