Block a user
fastshot (latest)
Published 2025-11-27 14:24:28 +00:00 by mroslot
Installation
docker pull regis.ok-ai.net/mroslot/fastshot:latestsha256:936450843eac09760842ec185685e9b06ff46b699345b5918828c6f5c1d203e5
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0f3608a84a | linux/amd64 | 426 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:32d41b6329e8f89fa4ac92ef97c04b7cfd5e90fb74e1509c3e27d7c91195b7c7 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive PYTHONUNBUFFERED=1 TZ=UTC |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends python3-pip python3-venv libx264-163 libx265-199 libvpx7 libfdk-aac2 libmp3lame0 libopus0 libglew2.2 libegl1 libgles2 libgl1 libgl1-mesa-dri libdrm2 libgbm1 mesa-utils zlib1g git ca-certificates && rm -rf /var/lib/apt/lists/* && apt-get clean # buildkit |
| ENV LIBGL_ALWAYS_SOFTWARE=1 |
| COPY /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg # buildkit |
| COPY /usr/local/bin/ffprobe /usr/local/bin/ffprobe # buildkit |
| COPY /usr/local/lib/*.so* /usr/local/lib/ # buildkit |
| RUN /bin/sh -c ldconfig # buildkit |
| WORKDIR /app |
| COPY gl-transitions /app/gl-transitions # buildkit |
| RUN /bin/sh -c if [ ! -d "/app/gl-transitions/transitions" ] || [ -z "$(ls -A /app/gl-transitions/transitions 2>/dev/null)" ]; then echo "Local transitions not found, cloning from GitHub..." && rm -rf /app/gl-transitions && git clone --depth 1 https://github.com/gl-transitions/gl-transitions.git /app/gl-transitions; else echo "Using local transitions directory"; fi # buildkit |
| COPY requirements.txt . # buildkit |
| RUN /bin/sh -c python3 -m pip install --upgrade pip && python3 -m pip install --no-cache-dir -r requirements.txt # buildkit |
| COPY . . # buildkit |
| EXPOSE &{[{{85 0} {85 0}}] 0xc002b345c0} |
| CMD ["uvicorn" "main:app" "--host" "0.0.0.0" "--port" "8000"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | fastshot |
| com.docker.compose.service | fastshot |
| com.docker.compose.version | 2.39.2 |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |