mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-09 13:48:05 -05:00
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run -it --rm \
|
|
--entrypoint bash \
|
|
-v $(pwd):/tmp/dist \
|
|
homeassistant/home-assistant /tmp/dist/make_wheel.sh v0.2.38 |