DynamiCrafter docker

March 16, 2024 ยท View on GitHub

Dockerization of the Hugging Face DynamiCrafer Space

Requisites

Docker and nvidia container toolkit must be installed. A GPU with at least 20 GB of VRAM is required.

Usage

Download the image from the Docker Hub

You can download the image and run it

docker pull maximofn/dynamicrafter:latest
./run_app.sh

Build the image

Or you can build the image and run it

./build_docker_image.sh
./run_app.sh