huggingface / optimum-tpu

Google TPU optimizations for transformers models
Apache License 2.0
66 stars 17 forks source link

Fix TGI Dockerfile #3

Closed shub-kris closed 6 months ago

shub-kris commented 6 months ago

What does this PR do?

This PR fixes the Dockerfile by copying missing cargo.lock file.

We encountered an issue as discussed here.

Fixes # (issue)

Before submitting

tengomucho commented 6 months ago

For info, this is the same fix as https://github.com/huggingface/Google-Cloud-Containers/pull/24, where the lockfile was forgotten, leading to unreliable builds.