sha256:f617ddd9f24f9eafdc81e4b33cbb25b36836df30aa6e8be77e2faa507ee0762d
OS/ARCH
linux/amd64
Compressed size
247.56 MB
Last pushed
over 1 year by langtechbsc
Type
Image
Manifest digest
sha256:f617ddd9f24f9eafdc81e4b33cbb25b36836df30aa6e8be77e2faa507ee0762d
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.35 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.180 B7ENV PYTHON_SHA256=ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f0 B8RUN /bin/sh -c set -eux;14.93 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13WORKDIR /app93 B14COPY prodigy-*.whl /app/ # buildkit957.08 KB15COPY requirements.txt /app/ # buildkit724 B16COPY prodigy_app/ /app/prodigy_app/ # buildkit5.25 KB17COPY datasets/ /app/datasets/ # buildkit35.55 KB18COPY prodigy.json /app/ # buildkit233 B19RUN /bin/sh -c apt-get update114.4 MB20RUN /bin/sh -c pip install4.82 MB21RUN /bin/sh -c pip install61.59 MB22RUN /bin/sh -c pip install20.58 MB23CMD ["prodigy" "translating-step-by-step" "translations_pg" "/app/datasets/dataset.json"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'