Przeglądaj źródła

devops : fix compile bug when the BASE_CUDA_DEV_CONTAINER is based on Ubuntu 24.04 (#15005)

fixes #15004

Co-authored-by: Paolo Greppi <paolo.greppi@libpf.com>
simevo 5 miesięcy temu
rodzic
commit
e4e915912c
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      .devops/cuda.Dockerfile

+ 1 - 2
.devops/cuda.Dockerfile

@@ -60,8 +60,7 @@ RUN apt-get update \
     git \
     python3 \
     python3-pip \
-    && pip install --upgrade pip setuptools wheel \
-    && pip install -r requirements.txt \
+    && pip install --break-system-packages -r requirements.txt \
     && apt autoremove -y \
     && apt clean -y \
     && rm -rf /tmp/* /var/tmp/* \