diff --git a/Jenkinsfile b/Jenkinsfile index 4054e48c..5c479e58 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,9 +10,6 @@ pipeline { steps { script { sh """ - python3 -m venv ./venv - . ./venv/bin/activate - pip install poetry poetry install --extras "ui vector-stores-qdrant" --no-root """ } diff --git a/docker-compose.yaml b/docker-compose.yaml index 05dfe5b3..2342284a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,9 @@ services: private-gpt: - build: - dockerfile: Dockerfile.local + image: allfunc/privategpt:latest + + # build: + # dockerfile: Dockerfile.local volumes: - /srv/dev-disk-by-uuid-17681c56-e3a1-4eb9-95da-2196a64acca3/configs/privateGPT/local_data/conf:/home/worker/app/local_data