Use hash to keep TensorFlow model up to date

This commit is contained in:
Michael Mayer 2019-05-04 00:53:02 +02:00
parent 3589a410c2
commit 3389b5115e
11 changed files with 70 additions and 34 deletions

View file

@ -1,4 +1,4 @@
FROM photoprism/development:20190418
FROM photoprism/development:20190503
# Install Python and TensorFlow
RUN apt-get update && apt-get install -y --no-install-recommends \