From 5dacd918af8b66da966430ff0906cc8a13ca3cb5 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 12 Feb 2025 19:04:21 -0500 Subject: [PATCH] cleanup Signed-off-by: Vladimir Mandic --- configs/Dockerfile.cuda | 2 +- configs/Dockerfile.ipex | 1 - configs/Dockerfile.openvino | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configs/Dockerfile.cuda b/configs/Dockerfile.cuda index 9462cbee4..1534647af 100644 --- a/configs/Dockerfile.cuda +++ b/configs/Dockerfile.cuda @@ -29,8 +29,8 @@ WORKDIR /app # stop pip and uv from caching ENV PIP_NO_CACHE_DIR=true -ENV PIP_ROOT_USER_ACTION=ignore ENV UV_NO_CACHE=true +ENV PIP_ROOT_USER_ACTION=ignore # disable model hashing for faster startup ENV SD_NOHASHING=true # set data directories diff --git a/configs/Dockerfile.ipex b/configs/Dockerfile.ipex index c6bb9b875..393a9363b 100644 --- a/configs/Dockerfile.ipex +++ b/configs/Dockerfile.ipex @@ -26,7 +26,6 @@ RUN apt-get update && \ gpg \ git - # intel compute runtime RUN wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg RUN echo "deb [arch=amd64,i386 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu noble client" | tee /etc/apt/sources.list.d/intel-gpu-noble.list diff --git a/configs/Dockerfile.openvino b/configs/Dockerfile.openvino index 47e9f1876..d97e128d5 100644 --- a/configs/Dockerfile.openvino +++ b/configs/Dockerfile.openvino @@ -26,7 +26,6 @@ RUN apt-get update && \ gpg \ git - # intel compute runtime RUN wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg RUN echo "deb [arch=amd64,i386 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu noble client" | tee /etc/apt/sources.list.d/intel-gpu-noble.list