diff --git a/README.md b/README.md index ad38ff8..1d64f26 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ When connecting on windows go to the network tab and search for the server, form ## Part 4: Other Stuff + ### Installing Graphics Card (For running capGPT and stuff) 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. +### 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 Repo: https://github.com/nomic-ai/gpt4all diff --git a/photoprism/docker-compose.yml.blanked b/photoprism/docker-compose.yml.blanked index ed9944a..182ea22 100644 --- a/photoprism/docker-compose.yml.blanked +++ b/photoprism/docker-compose.yml.blanked @@ -17,8 +17,8 @@ services: ports: - "2342:2342" volumes: - - /data/persistent/photoprism/storage:/photoprism/storage - - /data/persistent/photoprism/originals:/photoprism/originals + - /data/coldstorage/photoprism/storage:/photoprism/storage + - /data/coldstorage/photoprism/originals:/photoprism/originals environment: - PHOTOPRISM_ADMIN_USER=ADMIN_USER - PHOTOPRISM_ADMIN_PASSWORD=ADMIN_PASSWORD @@ -51,8 +51,8 @@ services: ports: - "2343:2342" volumes: - - /data/persistent/photoprism/storage:/photoprism/storage - - /data/persistent/photoprism/originals:/photoprism/originals + - /data/persistent/coldstorage/storage:/photoprism/storage + - /data/persistent/coldstorage/originals:/photoprism/originals environment: - PHOTOPRISM_READ_ONLY=true - PHOTOPRISM_AUTH_MODE=public