6 lines
162 B
Docker
6 lines
162 B
Docker
# Copyright (C) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
FROM ghcr.io/huggingface/tgi-gaudi:1.2.1
|
|
|
|
RUN pip install --no-cache-dir peft==0.6.2 |