Skip to content

UNES97/TRELLIS-3D-DOCKER

Repository files navigation

TRELLIS Microsoft - Dockerized Application by UNES97

This repository contains a Dockerized implementation of Microsoft TRELLIS.

Prerequisites

  • Docker installed on your system
  • NVIDIA GPU with compatible drivers

System Requirements

  • NVIDIA GPU with CUDA support
  • Minimum 16GB GPU memory recommended
  • Docker version 19.03 or later
  • NVIDIA driver updated

Quick Start

  1. Clone the repository:
git clone https://github.com/UNES97/TRELLIS-DOCKER
cd TRELLIS-DOCKER
  1. Build the Docker image:
docker build -t 3d-gpu-app .
  1. Run the container:
docker run -it --gpus all -p 7860:7860 --name 3d-app 3d-gpu-app

The application will be available at http://localhost:7860

Demonstration

1.mp4
2.mp4

About

This repository contains a Dockerized implementation of Microsoft TRELLIS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published