mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
fix: update docker-slim paths to match Dockerfile paths
This commit is contained in:
parent
bcc892cdc7
commit
ae66b7b046
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock dslim/slim build \
|
||||
--target ${{ env.GPU_IMAGE_NAME }}:v0.1.0 \
|
||||
--tag ${{ env.GPU_IMAGE_NAME }}:v0.1.0-slim \
|
||||
--include-path=/app/api/model_files \
|
||||
--include-path=/app/models \
|
||||
--include-path=/app/api/src/voices \
|
||||
--include-path=/usr/local/lib/python3.10 \
|
||||
--include-shell \
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock dslim/slim build \
|
||||
--target ${{ env.CPU_IMAGE_NAME }}:v0.1.0 \
|
||||
--tag ${{ env.CPU_IMAGE_NAME }}:v0.1.0-slim \
|
||||
--include-path=/app/api/model_files \
|
||||
--include-path=/app/models \
|
||||
--include-path=/app/api/src/voices \
|
||||
--include-path=/usr/local/lib/python3.10 \
|
||||
--include-shell \
|
||||
|
|
Loading…
Add table
Reference in a new issue