2025-04-07 04:50:55 UTC
485 MB
release
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PLATFORMlocal
TIKTOKEN_CACHE_DIR/app/.tiktoken
[#000] sha256:5a7813e071bfadf18aaa6ca8318be4824a9b6297b3240f2cc84c1db6f4113040 - 5.86% (28.4 MB)
[#001] sha256:dd467c2daf8205ae14afe66ff1add1eadf8ad6750fb0cc3c7522aaa11646f63d - 4.28% (20.8 MB)
[#002] sha256:201521b7524e9ab9a756fa850cdc83e0b07f91bd5e6985197507ad3045eb3e06 - 0.0% (159 Bytes)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:e9d9d86a6b62eb4705e89d3fc430f4c090628ed6d6359e79cbc34229d7df0b32 - 78.02% (378 MB)
[#005] sha256:a0311f54083d4b75a1c6abd59230886f18fe9afa954ee4bb6c050cdfd196f8b9 - 11.84% (57.4 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-01-27 04:14:00 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-01-27 04:14:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-01-27 04:14:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-01-27 04:14:03 UTC/bin/sh -c #(nop) ADD file:6df775300d76441aa33f31b22c1afce8dfe35c8ffbc14ef27c27009235b12a95 in /
2025-01-27 04:14:03 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-04-07 04:49:46 UTC (buildkit.dockerfile.v0)COPY /app/main /app/main # buildkit
2025-04-07 04:49:46 UTC (buildkit.dockerfile.v0)COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
2025-04-07 04:49:46 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-04-07 04:50:49 UTC (buildkit.dockerfile.v0)ARG PLATFORM=local
2025-04-07 04:50:49 UTC (buildkit.dockerfile.v0)RUN |1 PLATFORM=local /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl python3.12 python3.12-venv python3.12-dev python3-pip ffmpeg build-essential && apt-get clean && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; # buildkit
2025-04-07 04:50:49 UTC (buildkit.dockerfile.v0)ENV TIKTOKEN_CACHE_DIR=/app/.tiktoken
2025-04-07 04:50:55 UTC (buildkit.dockerfile.v0)RUN |1 PLATFORM=local /bin/sh -c mv /usr/lib/python3.12/EXTERNALLY-MANAGED /usr/lib/python3.12/EXTERNALLY-MANAGED.bk && python3 -m pip install uv && uv pip install --system dify_plugin && python3 -c "from uv._find_uv import find_uv_bin;print(find_uv_bin());" && python3 -c "import tiktoken; encodings = ['o200k_base', 'cl100k_base', 'p50k_base', 'r50k_base', 'p50k_edit', 'gpt2']; [tiktoken.get_encoding(encoding).special_tokens_set for encoding in encodings]" # buildkit
2025-04-07 04:50:55 UTC (buildkit.dockerfile.v0)ENV PLATFORM=local
2025-04-07 04:50:55 UTC (buildkit.dockerfile.v0)ENV GIN_MODE=release
2025-04-07 04:50:55 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.