This commit is contained in:
2025-05-22 16:53:37 -05:00
parent 0438b55ce6
commit 3945eb6763
3 changed files with 3 additions and 0 deletions

View File

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