Update readme and location for photoprism data.

This commit is contained in:
whitney 2023-04-11 21:07:13 +00:00
parent bbe5a74241
commit d7737c74a3
2 changed files with 17 additions and 4 deletions

View File

@ -221,6 +221,7 @@ When connecting on windows go to the network tab and search for the server, form
## Part 4: Other Stuff ## Part 4: Other Stuff
### Installing Graphics Card (For running capGPT and stuff) ### Installing Graphics Card (For running capGPT and stuff)
Part 1: Install Nvidia Drivers Part 1: Install Nvidia Drivers
@ -255,6 +256,18 @@ Running project:
I noticed that increasing the threshold was necessary because the default values produced a video that was slightly choppy. Threshold=1.1 seemed to improve the flow of the video a lot with only minimal video length increase. I noticed that increasing the threshold was necessary because the default values produced a video that was slightly choppy. Threshold=1.1 seemed to improve the flow of the video a lot with only minimal video length increase.
### Conda
Used for all the below AI/ML stuff.
1. Install Conda
Followed `https://linuxhint.com/install-anaconda-ubuntu-22-04/`
2. Configure conda so that it doesn't auto-start after login to a new session.
`conda config --set auto_activate_base false`
### GPT4All ### GPT4All
Repo: https://github.com/nomic-ai/gpt4all Repo: https://github.com/nomic-ai/gpt4all

View File

@ -17,8 +17,8 @@ services:
ports: ports:
- "2342:2342" - "2342:2342"
volumes: volumes:
- /data/persistent/photoprism/storage:/photoprism/storage - /data/coldstorage/photoprism/storage:/photoprism/storage
- /data/persistent/photoprism/originals:/photoprism/originals - /data/coldstorage/photoprism/originals:/photoprism/originals
environment: environment:
- PHOTOPRISM_ADMIN_USER=ADMIN_USER - PHOTOPRISM_ADMIN_USER=ADMIN_USER
- PHOTOPRISM_ADMIN_PASSWORD=ADMIN_PASSWORD - PHOTOPRISM_ADMIN_PASSWORD=ADMIN_PASSWORD
@ -51,8 +51,8 @@ services:
ports: ports:
- "2343:2342" - "2343:2342"
volumes: volumes:
- /data/persistent/photoprism/storage:/photoprism/storage - /data/persistent/coldstorage/storage:/photoprism/storage
- /data/persistent/photoprism/originals:/photoprism/originals - /data/persistent/coldstorage/originals:/photoprism/originals
environment: environment:
- PHOTOPRISM_READ_ONLY=true - PHOTOPRISM_READ_ONLY=true
- PHOTOPRISM_AUTH_MODE=public - PHOTOPRISM_AUTH_MODE=public