Runnign from nix.

This commit is contained in:
Nicolas Patry 2025-03-18 12:42:11 +01:00
parent a3090578b9
commit efa0fcd3e2
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -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"