photoprism/Dockerfile
Michael Mayer 6ecc33afb2 Fix for TensorFlow cpu_feature_guard warning #80
2018-12-18 23:57:30.817796: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA
2018-12-19 01:33:47 +01:00

5 lines
124 B
Docker

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