# https://github.com/nikolaik/docker-python-nodejs/tree/3724ba2d4c9c2a304423321b63eef2d4cb116f3b?tab=readme-ov-file#-tags
# https://github.com/supercorp-ai/supergateway/pull/51/commits/9907d29d1ee042b1a9565dbd1339fa2a3dbdffe7
# Python version Node.js version Distro
# 3.13.3 22.15.0 bookworm
FROM nikolaik/python-nodejs:python3.13-nodejs22
RUN apt-get update && \
apt-get install -y --no-install-recommends curl ca-certificates && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
ADD https://astral.sh/uv/install.sh /uv-installer.sh
RUN sh /uv-installer.sh && rm /uv-installer.sh
RUN npm install -g [email protected]
ENV PATH="/root/.local/bin/:$PATH"
ENTRYPOINT ["supergateway"]
CMD ["--help"]
Content type
Image
Digest
sha256:fa03b6230…
Size
558.8 MB
Last updated
over 1 year ago
docker pull lovemew67/supergateway-uvx:0.0.1