pip install -r requirements.txt
pip install panel
pip install spacy
python -m spacy download en_core_web_sm
docker build -f Dockerfile --tag bistecglobal/pghbricks-agent:1.0.0 .
docker run -it -p 8000:8000 -e OPENAI_API_KEY='sk-******' bistecglobal/pghbricks-agent:1.0.0
ocker build -f ./studio/Dockerfile_studio --tag bistecglobal/recrutement-agent:1.0.0 .
docker run -it -p 8000:8000 -e "OPENAI_API_KEY=sk-*****" bistecglobal/recrutement-agent:1.0.0