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.
 
 
Lektro9 ef8c07149e add dockerfile and short readme 6 months ago
..
Dockerfile add dockerfile and short readme 6 months ago
README.md add dockerfile and short readme 6 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