Changes to be committed:

modified:   Jenkinsfile
	modified:   docker-compose.yaml
This commit is contained in:
vinnimous 2024-03-18 17:08:42 -04:00
parent ab73e0e4c5
commit f6aa9b5699
2 changed files with 4 additions and 5 deletions

3
Jenkinsfile vendored
View File

@ -10,9 +10,6 @@ pipeline {
steps { steps {
script { script {
sh """ sh """
python3 -m venv ./venv
. ./venv/bin/activate
pip install poetry
poetry install --extras "ui vector-stores-qdrant" --no-root poetry install --extras "ui vector-stores-qdrant" --no-root
""" """
} }

View File

@ -1,7 +1,9 @@
services: services:
private-gpt: private-gpt:
build: image: allfunc/privategpt:latest
dockerfile: Dockerfile.local
# build:
# dockerfile: Dockerfile.local
volumes: volumes:
- /srv/dev-disk-by-uuid-17681c56-e3a1-4eb9-95da-2196a64acca3/configs/privateGPT/local_data/conf:/home/worker/app/local_data - /srv/dev-disk-by-uuid-17681c56-e3a1-4eb9-95da-2196a64acca3/configs/privateGPT/local_data/conf:/home/worker/app/local_data