mirror of
https://github.com/lkwq007/stablediffusion-infinity.git
synced 2025-01-08 11:57:27 +08:00
6 lines
95 B
Bash
6 lines
95 B
Bash
#!/bin/bash
|
|
|
|
cd "$(dirname $0)"
|
|
|
|
docker-compose run -p 8888:8888 --rm -u root sd-infinity bash
|