pipenv sync (#83)

* pipenv sync

* options are different
This commit is contained in:
Adeeb Shihadeh
2022-08-23 10:23:18 -07:00
committed by GitHub
parent 46fae683eb
commit 0861b55ce9
+2 -1
View File
@@ -83,7 +83,8 @@ RUN export PATH="/usr/local/pyenv/bin:/usr/local/pyenv/shims:$PATH" && \
pip3 install --no-cache-dir --upgrade pipenv==2022.5.2 && \
cd /tmp/agnos && \
export PYOPENCL_CL_PRETEND_VERSION="2.0" && \
MAKEFLAGS="-j$(nproc)" pipenv install --system --deploy --dev --clear && \
MAKEFLAGS="-j$(nproc)" pipenv sync --system --dev && \
pipenv --clear && \
pip uninstall -y pipenv && \
pyenv rehash