memowake-server (25121501)
Published 2025-12-15 16:15:42 +08:00 by txcjh
Installation
docker pull hub.fairclip.cn/memowake/memowake-server:25121501sha256:cb3fac1b31d0bc594524b9e280e0031353dc1be0cd2db9daac0a76127addf1fd
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c sed -i 's|http://archive.ubuntu.com|http://mirrors.aliyun.com|g' /etc/apt/sources.list.d/ubuntu.sources && sed -i 's|http://security.ubuntu.com|http://mirrors.aliyun.com|g' /etc/apt/sources.list.d/ubuntu.sources # buildkit |
| RUN /bin/sh -c apt update && apt upgrade -y && apt install -y ca-certificates libpq5 ffmpeg aubio-tools libaubio-dev libaubio5 && apt clean && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY ./target/release/ai_creative_flow_server /app/ai_creative_flow # buildkit |
| EXPOSE map[8080/tcp:{}] |
| CMD ["/app/ai_creative_flow"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |
Details
2025-12-15 16:15:42 +08:00
Versions (36)
View all
Container
1
OCI / Docker
linux/amd64
314 MiB
2025121702
2025-12-17
2025121701
2025-12-17
25121502
2025-12-15
25121501
2025-12-15
releases-1.5.2-rc12
2025-11-28