agent: fix deps + make docker compose setup easier to debug

This commit is contained in:
Olivier Chafik 2024-10-24 12:30:27 +01:00
parent c2926e4bd9
commit 03b86416e1
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
aiohttp aiohttp
fastapi fastapi
ipython ipython
html2text
requests
pyppeteer pyppeteer
uvicorn uvicorn

View file

@ -27,4 +27,4 @@ openssl req -new -newkey rsa:4096 -days 3650 -nodes -x509 \
openssl x509 -outform PEM -in squid/ssl_cert/squidCA.pem -out squid/ssl_cert/squidCA.crt openssl x509 -outform PEM -in squid/ssl_cert/squidCA.pem -out squid/ssl_cert/squidCA.crt
docker compose up --detach --build docker compose up --build "$@"