our (latest)
Installation
docker pull gitea.futureporn.net/futureporn/our:latestsha256:d62c132f05de0d86fab3ed33290209909c2261718f1b2dbfea0f79dfb6b73046About this package
The Galaxy's Best VTuber hentai site
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:415bbc01dfb447d002e2d8173e113ef025d2bbfa20f1205823fa699dc87a2019 in / |
| CMD ["/bin/bash"] |
| ARG PYTORCH_VERSION=2.8.0 |
| ARG TRITON_VERSION= |
| ARG TARGETPLATFORM=linux/amd64 |
| ARG CUDA_VERSION=12.8.1 |
| LABEL com.nvidia.volumes.needed=nvidia_driver |
| RUN |4 PYTORCH_VERSION=2.8.0 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=12.8.1 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates libjpeg-dev libpng-dev && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /opt/conda /opt/conda # buildkit |
| RUN |4 PYTORCH_VERSION=2.8.0 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=12.8.1 /bin/sh -c if test -n "${TRITON_VERSION}" -a "${TARGETPLATFORM}" != "linux/arm64"; then DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends gcc; rm -rf /var/lib/apt/lists/*; fi # buildkit |
| ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV NVIDIA_VISIBLE_DEVICES=all |
| ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility |
| ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 |
| ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV PYTORCH_VERSION=2.8.0 |
| WORKDIR /workspace |
| ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=1 PIP_BREAK_SYSTEM_PACKAGES=1 MKL_THREADING_LAYER=GNU OMP_NUM_THREADS=1 TF_CPP_MIN_LOG_LEVEL=3 |
| ADD https://github.com/ultralytics/assets/releases/download/v0.0.0/Arial.ttf https://github.com/ultralytics/assets/releases/download/v0.0.0/Arial.Unicode.ttf /root/.config/Ultralytics/ # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends gcc git zip unzip wget curl htop libgl1 libglib2.0-0 gnupg libsm6 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /ultralytics |
| COPY . . # buildkit |
| RUN /bin/sh -c sed -i '/^\[http "https:\/\/github\.com\/"\]/,+1d' .git/config && sed -i'' -e 's/"opencv-python/"opencv-python-headless/' pyproject.toml # buildkit |
| ADD https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo11n.pt . # buildkit |
| RUN /bin/sh -c pip install uv && uv pip install --system -e "." albumentations faster-coco-eval wandb && rm -rf tmp /root/.config/Ultralytics/persistent_cache.json # buildkit |
| RUN /bin/sh -c rm -f /etc/apt/apt.conf.d/docker-clean # buildkit |
| COPY /usr/local/bin /usr/local/bin # buildkit |
| COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends build-essential inotify-tools ffmpeg wget # buildkit |
| RUN /bin/sh -c uv pip install --system vcsi # buildkit |
| ADD https://github.com/shaka-project/shaka-packager/releases/download/v3.4.2/packager-linux-x64 /usr/local/bin/packager # buildkit |
| COPY /usr/local/bin/ipfs /usr/local/bin/ipfs # buildkit |
| ADD https://gitea.futureporn.net/futureporn/fp/raw/branch/main/apps/vibeui/public/vibeui.pt /app/vibeui/vibeui.pt # buildkit |
| ADD https://gitea.futureporn.net/futureporn/fp/raw/branch/main/apps/vibeui/public/data.yaml /app/vibeui/data.yaml # buildkit |
| COPY /app /app/whisper.cpp # buildkit |
| ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/app/whisper.cpp/build/bin |
| ENV LD_LIBRARY_PATH=/app/whisper.cpp/build/src:/app/whisper.cpp/build/ggml/src:/usr/local/lib:/usr/lib |
| ADD https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v4.4.1/b2-linux /usr/local/bin/b2 # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/b2 && chmod +x /usr/local/bin/packager && ipfs init # buildkit |
| COPY package.json package-lock.json ./ # buildkit |
| RUN /bin/sh -c npm install --ignore-scripts=false --foreground-scripts --verbose # buildkit |
| COPY prisma ./prisma # buildkit |
| RUN /bin/sh -c npx prisma generate # buildkit |
| RUN /bin/sh -c npm install --ignore-scripts=false --foreground-scripts --verbose && npx prisma generate # buildkit |
| COPY . . # buildkit |
| RUN /bin/sh -c npm run build # buildkit |
| EXPOSE map[5000/tcp:{}] |
| CMD ["npm" "run" "start:server"] |
Labels
| Key | Value |
|---|---|
| com.nvidia.volumes.needed | nvidia_driver |
| org.opencontainers.image.description | The Galaxy's Best VTuber hentai site |
| org.opencontainers.image.licenses | unlicense |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.source | https://gitea.futureporn.net/futureporn/fp |
| org.opencontainers.image.title | our |
| org.opencontainers.image.url | https://gitea.futureporn.net/futureporn/-/packages/container/our |
| org.opencontainers.image.version | 22.04 |
Details
2025-11-05 00:49:25 +00:00
Versions (5)
View all
Container
809
OCI / Docker
linux/amd64
unlicense
5.0 GiB