Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 610 Bytes

readme.md

File metadata and controls

28 lines (20 loc) · 610 Bytes

Integration pipelines with Python SDK

Install dependencies

pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Environment

Before start we have to create .env file, from .env.tpl. Environment has to contain three variables for SDK access to Aidbox: AIDBOX_URL, AIDBOX_CLIENT_USERNAME and AIDBOX_CLIENT_PASSWORD (username and password from aidbox basic client). And AIDBOX_LICENSE which is possible to obtain on portal.

Run Aidbox in Docker

docker compose up

Run python server

python server.py