command update

This commit is contained in:
abinila siva 2025-04-18 17:25:25 -04:00 committed by GitHub
parent 01d84f3039
commit 556c4b6674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,7 +256,7 @@ RUN --mount=type=bind,from=wheels,source=/wheels,target=/wheels \
COPY --from=deps-rootfs / /
# Add MemryX APT repo & install memx-accl
# Install memx-accl using a custom function that installs the latest 1.2.x version and holds it.
RUN curl -fsSL https://developer.memryx.com/deb/memryx.asc | tee /etc/apt/trusted.gpg.d/memryx.asc && \
echo "deb https://developer.memryx.com/deb stable main" > /etc/apt/sources.list.d/memryx.list && \
apt-get update -qq && \