Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Mandic <[email protected]>
  • Loading branch information
vladmandic committed Feb 13, 2025
1 parent 0204eac commit 5dacd91
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion configs/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion configs/Dockerfile.ipex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion configs/Dockerfile.openvino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dacd91

Please sign in to comment.