diff --git a/instill/helpers/init-templates/Dockerfile b/instill/helpers/init-templates/Dockerfile index de6ac7d..eaeb9c1 100644 --- a/instill/helpers/init-templates/Dockerfile +++ b/instill/helpers/init-templates/Dockerfile @@ -15,7 +15,7 @@ RUN for package in ${SYSTEM_PACKAGES}; do \ ARG PACKAGES RUN for package in ${PACKAGES}; do \ - pip install --default-timeout=1000 $package; \ + pip install --default-timeout=1000 --no-cache-dir $package; \ done; COPY --chown=ray:users --exclude=model.py . .