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.
 
 

263 B

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