mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-26 04:22:08 +00:00
fix(gaudi): add default argument for the dockerfile
This commit is contained in:
parent
02fa6adb20
commit
2fd0049929
@ -1,6 +1,6 @@
|
|||||||
# Those arguments are required to build the image
|
# Those arguments are required to build the image
|
||||||
ARG HABANA_VERSION
|
ARG HABANA_VERSION=1.19.0
|
||||||
ARG PYTORCH_VERSION
|
ARG PYTORCH_VERSION=2.5.1
|
||||||
|
|
||||||
# Rust builder
|
# Rust builder
|
||||||
FROM lukemathwalker/cargo-chef:latest-rust-1.85.0 AS chef
|
FROM lukemathwalker/cargo-chef:latest-rust-1.85.0 AS chef
|
||||||
|
Loading…
Reference in New Issue
Block a user