Sign inSign up

aolifu/ttsfm:v8

Manifest digest

sha256:057e0dff72ff67af6c6e18a0ff81b6cd4408a5f91c47bc03d3d8296904d93734

OS/ARCH

linux/amd64

Compressed size

51.68 MB

Last pushed

over 1 year by aolifu

Type

Image

Manifest digest

sha256:057e0dff72ff67af6c6e18a0ff81b6cd4408a5f91c47bc03d3d8296904d93734

Image Layers

1# debian.sh --arch 'amd64' out/26.9 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.20 B
6ENV PYTHON_SHA256=d984bcc57cd67caab26f7def42e523b1c015bbc5dc07836cf4f0b63fa159eb560 B
7RUN /bin/sh -c set -eux;12 MB
8RUN /bin/sh -c set -eux;249 B
9CMD ["python3"]0 B
10WORKDIR /app123 B
11COPY requirements.txt . # buildkit208 B
12RUN /bin/sh -c pip install7.02 MB
13RUN /bin/sh -c apt-get update2.38 MB
14RUN /bin/sh -c mkdir -p262 B
15COPY static/ /app/static/ # buildkit12.7 KB
16RUN /bin/sh -c chmod -R12.73 KB
17COPY main.py . # buildkit1.65 KB
18COPY server/ server/ # buildkit6.18 KB
19COPY utils/ utils/ # buildkit1.68 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' '@1742169600'