TRELLIS Microsoft - Dockerized Application by UNES97
This repository contains a Dockerized implementation of Microsoft TRELLIS.
- Docker installed on your system
- NVIDIA GPU with compatible drivers
- NVIDIA GPU with CUDA support
- Minimum 16GB GPU memory recommended
- Docker version 19.03 or later
- NVIDIA driver updated
- Clone the repository:
git clone https://github.com/UNES97/TRELLIS-DOCKER
cd TRELLIS-DOCKER
- Build the Docker image:
docker build -t 3d-gpu-app .
- 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