add qrcode

This commit is contained in:
2025-05-25 04:04:32 -05:00
parent a081edfa97
commit d8c286bb2d
2 changed files with 3 additions and 1 deletions

View File

@ -13,5 +13,6 @@ RUN pip3 install openai
RUN pip3 install aiohttp
RUN pip3 install requests
RUN pip3 install wikipedia
RUN pip3 install qrcode
CMD [ "python", "garfmain.py" ]