Docker: Update system requirements for cloud config
This commit is contained in:
parent
4c3d6e41a7
commit
2b0c0a9895
2 changed files with 5 additions and 1 deletions
|
@ -44,4 +44,5 @@ We recommend hosting PhotoPrism on a server with at least 2 cores and
|
|||
should match the number of cores. Indexing large photo and video
|
||||
collections significantly benefits from fast, local SSD storage.
|
||||
|
||||
|
||||
RAW file conversion and automatic image classification using TensorFlow
|
||||
will be disabled on servers with less than 2 GB of physical memory.
|
|
@ -53,6 +53,9 @@ version: '3.5'
|
|||
# should match the number of cores. Indexing large photo and video
|
||||
# collections significantly benefits from fast, local SSD storage.
|
||||
#
|
||||
# RAW file conversion and automatic image classification using TensorFlow
|
||||
# will be disabled on servers with less than 2 GB of physical memory.
|
||||
#
|
||||
# DOCKER COMPOSE COMMAND REFERENCE
|
||||
# ------------------------------------------------------------------
|
||||
# Start | docker-compose up -d
|
||||
|
|
Loading…
Reference in a new issue