File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 https://github.com/selkies-project/selkies.git \
1717 /src && \
1818 cd /src && \
19- git checkout -f e2d7a5bd22927a7e5ba2cc48414a2dd723850376
19+ git checkout -f f08bea8bc82161453bd030e936ee01a9047f2da2
2020
2121RUN \
2222 echo "**** build frontend ****" && \
@@ -170,7 +170,7 @@ RUN \
170170 echo "**** install selkies ****" && \
171171 curl -o \
172172 /tmp/selkies.tar.gz -L \
173- "https://github.com/selkies-project/selkies/archive/e2d7a5bd22927a7e5ba2cc48414a2dd723850376 .tar.gz" && \
173+ "https://github.com/selkies-project/selkies/archive/f08bea8bc82161453bd030e936ee01a9047f2da2 .tar.gz" && \
174174 cd /tmp && \
175175 tar xf selkies.tar.gz && \
176176 cd selkies-* && \
Original file line number Diff line number Diff line change 1616 https://github.com/selkies-project/selkies.git \
1717 /src && \
1818 cd /src && \
19- git checkout -f e2d7a5bd22927a7e5ba2cc48414a2dd723850376
19+ git checkout -f f08bea8bc82161453bd030e936ee01a9047f2da2
2020
2121RUN \
2222 echo "**** build frontend ****" && \
@@ -166,7 +166,7 @@ RUN \
166166 echo "**** install selkies ****" && \
167167 curl -o \
168168 /tmp/selkies.tar.gz -L \
169- "https://github.com/selkies-project/selkies/archive/e2d7a5bd22927a7e5ba2cc48414a2dd723850376 .tar.gz" && \
169+ "https://github.com/selkies-project/selkies/archive/f08bea8bc82161453bd030e936ee01a9047f2da2 .tar.gz" && \
170170 cd /tmp && \
171171 tar xf selkies.tar.gz && \
172172 cd selkies-* && \
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# Enable Nvidia GPU support if detected
4- if which nvidia-smi && [ " ${DISABLE_ZINK} " == " false" ]; then
4+ if which nvidia-smi > /dev/null 2>&1 && ls -A /dev/dri 2> /dev/null && [ " ${DISABLE_ZINK} " == " false" ]; then
55 export LIBGL_KOPPER_DRI2=1
66 export MESA_LOADER_DRIVER_OVERRIDE=zink
77 export GALLIUM_DRIVER=zink
You can’t perform that action at this time.
0 commit comments