fix(gaudi): add default argument for the dockerfile

This commit is contained in:
baptiste 2025-03-10 10:49:32 +00:00
parent 02fa6adb20
commit 2fd0049929

View File

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