-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi, on v2.0.0 the image size is excessive with 36.9 GB of compressed size on quay.io.
Thus I would like to use the v2.0.0-ffmpeg-core image. But I guess I would need to download the python dependencies manually. How would I do that? I could not find instructions on this.
Thanks for your help!
Edit:
Apparently these are the main differences that cause the image size difference:
Lines 162 to 194 in adfa7aa
| RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ | |
| PATH=$PATH:/opt/conda/bin make -C backend/python/autogptq \ | |
| ; fi | |
| RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ | |
| PATH=$PATH:/opt/conda/bin make -C backend/python/bark \ | |
| ; fi | |
| RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ | |
| PATH=$PATH:/opt/conda/bin make -C backend/python/diffusers \ | |
| ; fi | |
| RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ | |
| PATH=$PATH:/opt/conda/bin make -C backend/python/vllm \ | |
| ; fi | |
| RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ | |
| PATH=$PATH:/opt/conda/bin make -C backend/python/sentencetransformers \ | |
| ; fi | |
| RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ | |
| PATH=$PATH:/opt/conda/bin make -C backend/python/transformers \ | |
| ; fi | |
| RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ | |
| PATH=$PATH:/opt/conda/bin make -C backend/python/vall-e-x \ | |
| ; fi | |
| RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ | |
| PATH=$PATH:/opt/conda/bin make -C backend/python/exllama \ | |
| ; fi | |
| RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ | |
| PATH=$PATH:/opt/conda/bin make -C backend/python/exllama2 \ | |
| ; fi | |
| RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ | |
| PATH=$PATH:/opt/conda/bin make -C backend/python/petals \ | |
| ; fi | |
| RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ | |
| PATH=$PATH:/opt/conda/bin make -C backend/python/transformers-musicgen \ | |
| ; fi |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
