Sign inSign up

aolifu/ttsfm:v12

Manifest digest

sha256:f68e3b9382f58e1195fa2a0b860933f241e5f972ff8869b73f815598052998a0

OS/ARCH

linux/amd64

Compressed size

51.91 MB

Last pushed

over 1 year by aolifu

Type

Image

Manifest digest

sha256:f68e3b9382f58e1195fa2a0b860933f241e5f972ff8869b73f815598052998a0

Image Layers

1# debian.sh --arch 'amd64' out/26.92 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;3.35 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.30 B
6ENV PYTHON_SHA256=40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e0410 B
7RUN /bin/sh -c set -eux;12.01 MB
8RUN /bin/sh -c set -eux;249 B
9CMD ["python3"]0 B
10WORKDIR /app123 B
11COPY requirements.txt . # buildkit209 B
12RUN /bin/sh -c pip install7.2 MB
13RUN /bin/sh -c apt-get update2.38 MB
14RUN /bin/sh -c mkdir -p263 B
15COPY static/ /app/static/ # buildkit20.71 KB
16RUN /bin/sh -c chmod -R20.74 KB
17COPY main.py . # buildkit1.66 KB
18COPY server/ server/ # buildkit6.18 KB
19COPY utils/ utils/ # buildkit1.69 KB
20ENV HOST=0.0.0.0 PORT=7000 VERIFY_SSL=true MAX_QUEUE_SIZE=1000 B
21EXPOSE map[7000/tcp:{}]0 B
22HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:7000/0 B
23CMD ["python" "main.py"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'