flynnoct / chatgpt-telegram-bot

Telegram bot implemented by OFFICIAL OpenAI ChatGPT API (gpt-3.5-turbo, released on 2023-03-01)
MIT License
181 stars 43 forks source link

Optimize Dockerfile for minimal image size #53

Closed PeterDaveHello closed 1 year ago

PeterDaveHello commented 1 year ago

Leave no pip temporary cache in the Docker image 🎉

REPOSITORY         TAG              IMAGE ID       CREATED              SIZE
After              latest           83e5f9d11a64   About a minute ago   74.3MB
Before             latest           0747a7ce2ed5   About a minute ago   78.6MB
RayCxggg commented 1 year ago

@EstrellaXD Can you help checking this PR out? If it is reasonable, please remember to fix it in the next release. Thanks! @PeterDaveHello We will close this PR without merging. Please remember to open a PR towards dev instead of main next time. Appreciated!

PeterDaveHello commented 1 year ago

@RayCxggg Maybe I can change the base now?

PeterDaveHello commented 1 year ago

@RayCxggg I've updated the PR, please take a look ;)