Sign inSign up

vm75/llama-controller:0.6.0

Machine learning & AI
Index digest

sha256:afd05c32358e865b4b9797e7ba4d5a5b210e311dcd0697cc72e6a714289016d6

OS/ARCH

linux/amd64

Compressed size

231.99 MB

Last pushed

17 days by vm75

Type

Image

Manifest digest

sha256:b332763890d991b2ce2e352efbe8e90b77105f515ea9e8ff19a66e2ef8d9249f

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2RUN /bin/sh -c sed -i367 B
3RUN /bin/sh -c apt-get update196.81 MB
4RUN /bin/sh -c useradd -m3.32 KB
5USER llama0 B
6WORKDIR /home/llama/app136 B
7COPY --chown=llama:llama server/requirements.txt . #209 B
8RUN /bin/sh -c python3 -m8.22 MB
9COPY --chown=llama:llama server/ server/ #28.36 KB
10COPY --chown=llama:llama config.default.json . #557 B
11COPY --chown=llama:llama models.ini.example . #382 B
12COPY --chown=llama:llama VERSION . #192 B
13RUN /bin/sh -c mkdir -p180 B
14EXPOSE [5000/tcp 8080/tcp]0 B
15CMD ["./venv/bin/python" "server/server.py"]0 B

Command

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