mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-08 21:28:05 -05:00
update make wheel script
This commit is contained in:
@@ -55,8 +55,9 @@ To ensure compatibility with your Home Assistant and Python versions, select the
|
||||
## Build your own
|
||||
|
||||
1. Clone the repository on the target machine that will be running Home Assistant
|
||||
2. Ensure `docker` is installed
|
||||
2. Run the `scripts/run_docker_to_make_wheels.sh` script
|
||||
3. The wheel files will be placed in the folder you executed the script from
|
||||
3. The compatible wheel files will be placed in the folder you executed the script from
|
||||
|
||||
|
||||
# text-generation-webui
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION_TO_BUILD="v0.2.56"
|
||||
VERSION_TO_BUILD="v0.2.77"
|
||||
|
||||
# make python11 wheels
|
||||
docker run -it --rm \
|
||||
--entrypoint bash \
|
||||
-v $(pwd):/tmp/dist \
|
||||
homeassistant/home-assistant:2023.12.4 /tmp/dist/make_wheel.sh $VERSION_TO_BUILD
|
||||
# docker run -it --rm \
|
||||
# --entrypoint bash \
|
||||
# -v $(pwd):/tmp/dist \
|
||||
# homeassistant/home-assistant:2023.12.4 /tmp/dist/make_wheel.sh $VERSION_TO_BUILD
|
||||
|
||||
# make python 12 wheels
|
||||
docker run -it --rm \
|
||||
|
||||
Reference in New Issue
Block a user