We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0976e14 commit 3660ffbCopy full SHA for 3660ffb
aws/Dockerfile
@@ -38,7 +38,6 @@ ARG PYOAEV_GIT_BRANCH_OVERRIDE
38
RUN if [[ ${PYOAEV_GIT_BRANCH_OVERRIDE} ]] ; then \
39
echo "Forcing specific version of client-python" && \
40
apk add --no-cache git && \
41
- pip install --upgrade pip==${PIP_VERSION} && \
42
pip install pip3-autoremove && \
43
pip-autoremove pyoaev -y && \
44
pip install git+https://github.com/OpenAEV-Platform/client-python@${PYOAEV_GIT_BRANCH_OVERRIDE} ; \
0 commit comments