Sign inSign up

jasonacox/tinychat:0.3.3

Multi-platform
Index digest

sha256:1eb82310e640e5a89bd4a20002566b5679a90d7f035e51772eeed00f16e20942

OS/ARCH

Compressed size

110.13 MB

Last pushed

7 months by jasonacox

Type

Image

Manifest digest

sha256:d1b8fbf099e7dba0016f55db737a295d54f2bf0b18b4ebfe8221d23d1533b1bf

Image Layers

1# debian.sh --arch 'amd64' out/28.39 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;1.23 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.140 B
7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B
8RUN /bin/sh -c set -eux;13.7 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12RUN /bin/sh -c apt-get update4.83 MB
13COPY requirements.txt . # buildkit321 B
14RUN /bin/sh -c pip install34.36 MB
15COPY rlm/ ./rlm/ # buildkit8.06 MB
16RUN /bin/sh -c pip install19.04 MB
17COPY app/ ./app/ # buildkit516.01 KB
18ENV OPENAI_API_URL=https://api.openai.com/v10 B
19ENV DEFAULT_MODEL=gpt-3.5-turbo0 B
20ENV DEFAULT_TEMPERATURE=0.70 B
21ENV MAX_MESSAGE_LENGTH=320000 B
22ENV PORT=80000 B
23EXPOSE [8000/tcp]0 B
24HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:${PORT}/api/health0 B
25CMD ["sh" "-c" "uvicorn app.main:app0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1768176000'