venv and pip install in dockerfile

This commit is contained in:
Dobromir Popov
2023-12-19 20:44:51 +00:00
parent 2a947d6c7c
commit b27700ae5c
6 changed files with 103 additions and 22 deletions

13
agent-py-bot/cmd.sh Normal file
View File

@ -0,0 +1,13 @@
#python -m venv /venv
#! source /venv
. /venv/bin/activate
pip install python-telegram-bot requests selenium Pillow
pip install ....
cd agent-py-bot/