Skip to content

Commit

Permalink
add back pyenv rehash
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Aug 20, 2024
1 parent 37a76e0 commit 9f8dc1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.agnos
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ RUN export PATH="/usr/local/pyenv/bin:/usr/local/pyenv/shims:$PATH" && \
eval "$(pyenv virtualenv-init -)" && \
cd /tmp/agnos/uv && \
export PYOPENCL_CL_PRETEND_VERSION="2.0" && \
MAKEFLAGS="-j$(nproc)" UV_NO_CACHE=1 uv pip install --no-cache-dir --system .
MAKEFLAGS="-j$(nproc)" UV_NO_CACHE=1 uv pip install --no-cache-dir --system . && \
pyenv rehash

# Install nice to haves
COPY ./userspace/install_extras.sh /tmp/agnos/
Expand Down

0 comments on commit 9f8dc1b

Please sign in to comment.