add pillow
This commit is contained in:
parent
9e436d8d78
commit
48a7033ba6
@ -13,6 +13,7 @@ RUN pip3 install openai
|
||||
RUN pip3 install aiohttp
|
||||
RUN pip3 install requests
|
||||
RUN pip3 install wikipedia
|
||||
RUN pip3 install pillow
|
||||
RUN pip3 install qrcode
|
||||
|
||||
CMD [ "python", "garfmain.py" ]
|
||||
|
@ -3,4 +3,5 @@ openai
|
||||
aiohttp
|
||||
requests
|
||||
wikipedia
|
||||
pillow
|
||||
qrcode
|
Loading…
x
Reference in New Issue
Block a user