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.
		
		
		
		
		
			| 
				
					
						 | 
			2 years ago | |
|---|---|---|
| .. | ||
| Dockerfile | 2 years ago | |
| README.md | 2 years 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