Sign inSign up

jasonacox/tinychat:0.3.5

Multi-platform
Index digest

sha256:e06c8e76cb255e6b64b481873f71a60413c4a29464d9bb43f8a338bcbc57dcb9

OS/ARCH

Compressed size

109.93 MB

Last pushed

5 months by jasonacox

Type

Image

Manifest digest

sha256:5f80d938aedce8981b2d607efc9812a69b36ae2f4e58401dd8ea6ab4695d15d9

Image Layers

1# debian.sh --arch 'arm64' out/28.74 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.21 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.150 B
7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B
8RUN /bin/sh -c set -eux;13.65 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12RUN /bin/sh -c apt-get update4.76 MB
13COPY requirements.txt . # buildkit334 B
14RUN /bin/sh -c pip install33.79 MB
15COPY rlm/ ./rlm/ # buildkit8.39 MB
16RUN /bin/sh -c pip install18.87 MB
17COPY app/ ./app/ # buildkit523.33 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 'arm64' out/ 'trixie' '@1775433600'