maximofn / DynamiCrafter_docker

Dockerization of the Hugging Face DynamiCrafer Space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynamiCrafter docker

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

About

Dockerization of the Hugging Face DynamiCrafer Space

License:Apache License 2.0


Languages

Language:Shell 76.7%Language:Dockerfile 23.3%