You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
catid 5b18954620 add models volume cache 8 months ago
..
Dockerfile add models volume cache 8 months ago
README.md add dockerfile and short readme 8 months ago

README.md

Docker setup

This docker setup is tested on WSL(Ubuntu).

make sure you are under directory yourworkspace/instantmesh/

run

docker build -t instantmesh/deploy:cuda12.1 -f docker/Dockerfile .

then run

docker run --gpus all -it instantmesh/deploy:cuda12.1