diff --git a/image/run_gen.sh b/image/run_gen.sh index f9d2915..cfd5610 100644 --- a/image/run_gen.sh +++ b/image/run_gen.sh @@ -1,8 +1,10 @@ #!/bin/bash +python3.11 -m venv . + source script/bin/activate -# Xvfb :99 -screen 0 1280x1024x24 & -# export DISPLAY=:99 +Xvfb :99 -screen 0 1280x1024x24 & +export DISPLAY=:99 pip install pillow pip install requests