From ca2a5f202cafcfab463d0cceda04d335240ba85b Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 22 Jan 2024 19:52:24 -0800 Subject: [PATCH] move the pyclean --- Dockerfile.agnos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 0971ad5..f3ee290 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -104,7 +104,8 @@ RUN export PATH="/usr/local/pyenv/bin:/usr/local/pyenv/shims:$PATH" && \ export PYOPENCL_CL_PRETEND_VERSION="2.0" && \ export POETRY_VIRTUALENVS_CREATE=false && \ MAKEFLAGS="-j$(nproc)" poetry install --no-cache --no-root && \ - pyenv rehash + pyenv rehash && \ + pyclean /usr # Install nice to haves COPY ./userspace/install_extras.sh /tmp/agnos/ @@ -230,5 +231,4 @@ RUN rm -rf /usr/share/icons/* && \ rm -rf /var/lib/apt/lists/* && \ rm -rf /home/$USERNAME/.cache && \ rm -rf /root/.cache && \ - pyclean /usr && \ apt-get clean