mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-19 17:59:03 +00:00
Changes to be committed:
modified: Jenkinsfile modified: docker-compose.yaml
This commit is contained in:
parent
ab73e0e4c5
commit
f6aa9b5699
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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
|
||||
"""
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user