code-interpreter (latest)
Published 2025-11-05 03:47:34 +00:00 by stefano
Installation
docker pull git.fiorinis.com/home/code-interpreter:latestsha256:e50181671630208666b94d68661f915f13f6772189c537ea4e5f79c6451a0440
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:249778a1782b02a1c2bcf9f292f5778d81442a53c3de1958d712f10baf7e0b60 in / |
| CMD ["/bin/bash"] |
| COPY /uv /uvx /bin/ # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y gcc python3-dev libmagic1 curl && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY pyproject.toml uv.lock .python-version /app/ # buildkit |
| WORKDIR /app |
| ENV PATH=/app/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c uv sync --frozen --no-cache # buildkit |
| COPY . . # buildkit |
| ARG PORT=8000 |
| ENV PORT=8000 |
| CMD ["/bin/sh" "-c" "/app/.venv/bin/fastapi run app/main.py --host 0.0.0.0 --port ${PORT}"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |
Details
2025-11-05 03:47:34 +00:00
Versions (8)
View all
Container
13
OCI / Docker
linux/amd64
196 MiB
custom-notebook-latest
2025-11-05
custom-notebook-0.0.5
2025-11-05
latest
2025-11-05
0.0.5
2025-11-05
custom-notebook-0.0.4
2025-11-04