ingest from live

This commit is contained in:
thelamer 2025-05-20 18:55:22 -04:00
parent 36763c157e
commit d9dfe7ffad
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ RUN \
RUN \
echo "**** ingest code ****" && \
git clone \
https://github.com/Thelamer-Fork1/selkies.git \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f feature/websockets
@ -172,7 +172,7 @@ RUN \
pip3 install pixelflux --break-system-packages && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/Thelamer-Fork1/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \

View File

@ -12,7 +12,7 @@ RUN \
RUN \
echo "**** ingest code ****" && \
git clone \
https://github.com/Thelamer-Fork1/selkies.git \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f feature/websockets
@ -171,7 +171,7 @@ RUN \
pip3 install pixelflux --break-system-packages && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/Thelamer-Fork1/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \