mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-20 02:09:04 +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 {
|
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
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user