TRELLIS Microsoft - Dockerized FastAPI by UNES97
This repository contains a Dockerized implementation of the Microsoft TRELLIS API using FastAPI.
- 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-3D-API
cd TRELLIS-3D-API
- Build the Docker image:
docker build -t trellis-fastapi-app .
- Run the container:
docker run -it -p 8000:8000 trellis-fastapi-app
The API will be available at http://localhost:8000