Skip to content

Commit

Permalink
fix: use new way to install jina perf package
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleeit committed Aug 11, 2021
1 parent d6f6007 commit e43b6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion normalizer/resources/templates/dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ ARG BASE_IMAGE
FROM ${BASE_IMAGE}

ARG JINA_VERSION
RUN pip install --upgrade jina[perf]==${JINA_VERSION}
RUN JINA_PIP_INSTALL_PERF=1 pip install --upgrade jina==${JINA_VERSION}

0 comments on commit e43b6b6

Please sign in to comment.