mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 20:12:07 +00:00
Runnign from nix.
This commit is contained in:
parent
a3090578b9
commit
efa0fcd3e2
3
.github/workflows/nix_build.yaml
vendored
3
.github/workflows/nix_build.yaml
vendored
@ -46,5 +46,4 @@ jobs:
|
||||
run: |
|
||||
export TAG=nix-sha-${{ env.GITHUB_SHA_SHORT }}
|
||||
export IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:$TAG
|
||||
nix-shell -p skopeo
|
||||
skopeo --insecure-policy copy docker-archive:$(readlink -f ./result) docker://registry.internal.huggingface.tech/api-inference/community/text-generation-inference:nix-docker-test6 --dest-compress-format zstd
|
||||
nix-shell -p skopeo --command "skopeo --insecure-policy copy docker-archive:$(readlink -f ./result) docker://registry.internal.huggingface.tech/api-inference/community/text-generation-inference:nix-docker-test6 --dest-compress-format zstd"
|
||||
|
Loading…
Reference in New Issue
Block a user