photoprism/docker/tensorflow/cross/Dockerfile
Michael Mayer 5bda752118 Build: Add shared .telemetry file to opt out of CLI telemetry
Signed-off-by: Michael Mayer <michael@photoprism.app>
2026-04-24 16:42:21 +02:00

9 lines
397 B
Docker

ARG BUILDER_SHA2=06040763c500bd2ebaaa4585d4729c88d2c8ccec94baa7fbe9bbe3dc2827d79d
FROM gcr.io/tensorflow-testing/ml-devinfra-linux-aarch64-cross-compile:infrastructure-public-image-${BUILDER_SHA2}
# see https://docs.docker.com/build/building/variables/#env-usage-example
ARG TF_VERSION=2.18.0
ENV DO_NOT_TRACK=true \
TF_VERSION=$TF_VERSION
COPY ./create_archive.sh .
COPY ./Makefile Makefile