cwpearson
  • Joined on 2025-08-27

replicate-gui (20260210_1248)

Published 2026-02-10 12:54:06 +00:00 by cwpearson

Installation

docker pull git.carlpearson.net/cwpearson/replicate-gui:20260210_1248
sha256:38969a36cf6d25d76ace3506454d793062ca72f0a700ffc6788b1f626de7924d

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
ENV TZ=America/Denver
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates ffmpeg imagemagick libimage-exiftool-perl tzdata && apt-get upgrade -y && apt-get clean # buildkit
COPY /src/server /opt/server # buildkit
ADD templates /opt/templates # buildkit
ADD static /opt/static # buildkit
WORKDIR /opt
CMD ["/opt/server"]
Details
Container
2026-02-10 12:54:06 +00:00
1
OCI / Docker
linux/amd64
336 MiB
Versions (5) View all
20260218_1936 2026-02-18
latest 2026-02-18
20260210_1305 2026-02-10
20260210_1248 2026-02-10
20260103_1208 2026-01-03