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