redview (amd-latest)
Published 2026-06-01 18:27:07 +01:00 by nimmo
Installation
docker pull git.nimmog.uk/nimmo/redview:amd-latestsha256:f4791c4fdf22c0cd2a63912b67df50a93f316798e247c56d7ed072080f063d29Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c rm -f /etc/apt/apt.conf.d/docker-clean && apt-get update && apt-get install -y --no-install-recommends curl ca-certificates tini python3 python3-pip python3-dev python3-venv make g++ wireguard-tools iproute2 iptables && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y --no-install-recommends nodejs && printf '#!/bin/sh\nexit 0\n' > /usr/local/sbin/resolvconf && chmod +x /usr/local/sbin/resolvconf # buildkit |
| RUN /bin/sh -c groupadd -g 105 render || true # buildkit |
| WORKDIR /app |
| COPY requirements-amd-torch.txt requirements-amd.txt ./ # buildkit |
| RUN /bin/sh -c python3 -m venv /opt/venv && /opt/venv/bin/pip install --upgrade pip && /opt/venv/bin/pip install -r requirements-amd-torch.txt # buildkit |
| RUN /bin/sh -c /opt/venv/bin/pip install -r requirements-amd.txt # buildkit |
| ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY package*.json ./ # buildkit |
| RUN /bin/sh -c npm install --omit=dev # buildkit |
| COPY bdfr-patches/ /tmp/bdfr-patches/ # buildkit |
| RUN /bin/sh -c BDFR_DIR=$(/opt/venv/bin/python3 -c "import bdfr, os; print(os.path.dirname(bdfr.__file__))") && cp /tmp/bdfr-patches/*.py "$BDFR_DIR/" # buildkit |
| COPY db.js scanner.js server.js openapi.json ./ # buildkit |
| COPY tagger-amd.py tagger.py # buildkit |
| COPY routes ./routes # buildkit |
| COPY downloaders ./downloaders # buildkit |
| COPY lib ./lib # buildkit |
| COPY scripts ./scripts # buildkit |
| COPY public ./public # buildkit |
| RUN /bin/sh -c mkdir -p /data # buildkit |
| ENV NODE_ENV=production |
| ENV DATA_DIR=/data |
| ENV PORT=3000 |
| ENV TAG_THRESHOLD=0.35 |
| ENV AMDGPU_NO_LOCAL_DOMAIN=1 |
| ENV TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL=1 |
| EXPOSE map[3000/tcp:{}] |
| ENTRYPOINT ["/usr/bin/tini" "--"] |
| CMD ["node" "server.js"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.source | https://git.nimmog.uk/nimmo/redview |
| org.opencontainers.image.version | 24.04 |
Details
Versions (7)
View all
cpu-latest
2026-06-01
latest
2026-06-01
nvidia-latest
2026-06-01
amd-latest
2026-06-01
cache-cpu
2026-05-30