mirror of https://github.com/vladmandic/automatic
parent
0204eacea3
commit
5dacd918af
|
|
@ -29,8 +29,8 @@ WORKDIR /app
|
||||||
|
|
||||||
# stop pip and uv from caching
|
# stop pip and uv from caching
|
||||||
ENV PIP_NO_CACHE_DIR=true
|
ENV PIP_NO_CACHE_DIR=true
|
||||||
ENV PIP_ROOT_USER_ACTION=ignore
|
|
||||||
ENV UV_NO_CACHE=true
|
ENV UV_NO_CACHE=true
|
||||||
|
ENV PIP_ROOT_USER_ACTION=ignore
|
||||||
# disable model hashing for faster startup
|
# disable model hashing for faster startup
|
||||||
ENV SD_NOHASHING=true
|
ENV SD_NOHASHING=true
|
||||||
# set data directories
|
# set data directories
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ RUN apt-get update && \
|
||||||
gpg \
|
gpg \
|
||||||
git
|
git
|
||||||
|
|
||||||
|
|
||||||
# intel compute runtime
|
# 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 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
|
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
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ RUN apt-get update && \
|
||||||
gpg \
|
gpg \
|
||||||
git
|
git
|
||||||
|
|
||||||
|
|
||||||
# intel compute runtime
|
# 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 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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue