Block a user
growcam (latest)
Published 2026-05-08 06:00:22 +00:00 by admin
Installation
docker pull git.klenzel.net/admin/growcam:latestsha256:c35f35f5b2ea6cc4c902474e4cc3af500a95df21010b398d461302fd63c783fe
Images
| Digest | OS / Arch | Size |
|---|---|---|
| dbb4e040cc | linux/amd64 | 421 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| ENV NVIDIA_VISIBLE_DEVICES=all |
| ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility |
| RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip python3-venv ffmpeg tzdata curl && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c python3 -m venv /opt/venv # buildkit |
| ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c curl -L https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_linux_amd64 -o /usr/local/bin/go2rtc && chmod +x /usr/local/bin/go2rtc # buildkit |
| WORKDIR /app |
| COPY backend/requirements.txt . # buildkit |
| RUN /bin/sh -c pip3 install --no-cache-dir -r requirements.txt # buildkit |
| COPY backend/ /app/ # buildkit |
| COPY frontend/ /app/frontend/ # buildkit |
| COPY start.sh /app/start.sh # buildkit |
| RUN /bin/sh -c chmod +x /app/start.sh # buildkit |
| CMD ["/app/start.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |