photoprism/Dockerfile
Michael Mayer fe6d46ea5f Upgrade TensorFlow to 1.15.2 without AVX #289
Custom TensorFlow build without SSE4.1 SSE4.2 AVX AVX2 FMA support.

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-04-27 19:00:15 +02:00

6 lines
125 B
Docker

FROM photoprism/development:20200427
# Set up project directory
WORKDIR "/go/src/github.com/photoprism/photoprism"
COPY . .