diff --git a/Dockerfile b/Dockerfile index 781c871..2a6f774 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY --from=swagger-ui /usr/share/nginx/html/swagger-ui.css swagger-ui-assets/sw COPY --from=swagger-ui /usr/share/nginx/html/swagger-ui-bundle.js swagger-ui-assets/swagger-ui-bundle.js RUN poetry config virtualenvs.in-project true -RUN poetry install --extras cpu +RUN poetry install --no-cache --extras cpu EXPOSE 9000 diff --git a/Dockerfile.gpu b/Dockerfile.gpu index 78b34b4..fd6a6c3 100644 --- a/Dockerfile.gpu +++ b/Dockerfile.gpu @@ -38,7 +38,7 @@ COPY --from=swagger-ui /usr/share/nginx/html/swagger-ui.css swagger-ui-assets/sw COPY --from=swagger-ui /usr/share/nginx/html/swagger-ui-bundle.js swagger-ui-assets/swagger-ui-bundle.js RUN poetry config virtualenvs.in-project true -RUN poetry install --extras cuda +RUN poetry install --no-cache --extras cuda EXPOSE 9000