bump selkies ingest new pixelflux

This commit is contained in:
thelamer 2025-06-14 14:07:13 -04:00
parent d930745755
commit 819c1937ad
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f a575c2dd446de0bcec490034b68677d3ede34673
git checkout -f c7a3de57630471a6903202baba4d6f1b3dfab1d8
RUN \
echo "**** build frontend ****" && \
@ -173,7 +173,7 @@ RUN \
pip3 install pixelflux --break-system-packages && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/a575c2dd446de0bcec490034b68677d3ede34673.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/c7a3de57630471a6903202baba4d6f1b3dfab1d8.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \

View File

@ -15,7 +15,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f a575c2dd446de0bcec490034b68677d3ede34673
git checkout -f c7a3de57630471a6903202baba4d6f1b3dfab1d8
RUN \
echo "**** build frontend ****" && \
@ -172,7 +172,7 @@ RUN \
pip3 install pixelflux --break-system-packages && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/a575c2dd446de0bcec490034b68677d3ede34673.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/c7a3de57630471a6903202baba4d6f1b3dfab1d8.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \