6ecc33afb2
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
9 lines
No EOL
268 B
Docker
9 lines
No EOL
268 B
Docker
FROM photoprism/photoprism:20181219 as build
|
|
|
|
RUN mkdir -p /srv/photoprism/photos/import && \
|
|
wget -qO- https://dl.photoprism.org/fixtures/demo.tar.gz | tar xvz -C /srv/photoprism/photos/import
|
|
|
|
RUN photoprism import
|
|
|
|
# Start PhotoPrism server
|
|
CMD photoprism start |