Sign inSign up

serjs/openrouter-proxy-injector:dev

Multi-platform
Index digest

sha256:5ddd25f51a58f9549a50fdf777b864eaf2cc801cedcb4144a273aee3d816b345

OS/ARCH

Compressed size

46.07 MB

Last pushed

7 months by serjs

Type

Image

Manifest digest

sha256:7b7f6aef5d9cdedbd01314c38780ac03d821c21e5e0cf18b79c757265080aa76

Image Layers

1# debian.sh --arch 'armhf' out/22.83 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;2.79 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.50 B
6ENV PYTHON_SHA256=93e583f243454e6e9e4588ca2c2662206ad961659863277afcdb96801647d6400 B
7RUN /bin/sh -c set -eux;11.2 MB
8RUN /bin/sh -c set -eux;250 B
9CMD ["python3"]0 B
10WORKDIR /app90 B
11COPY requirements.txt . # buildkit396 B
12RUN /bin/sh -c pip install9.24 MB
13COPY main.py . # buildkit7.75 KB
14ENV PYTHONUNBUFFERED=10 B
15ENV UVICORN_PORT=99990 B
16ENV UVICORN_HOST=0.0.0.00 B
17CMD ["uvicorn" "main:app"]0 B

Command

# debian.sh --arch 'armhf' out/ 'bookworm' '@1753056000'