Skip to content

Commit

Permalink
fix another malformed tag
Browse files Browse the repository at this point in the history
Signed-off-by: Abolfazl Shahbazi <[email protected]>
  • Loading branch information
ashahba committed Aug 21, 2024
1 parent d14775a commit 9081487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/llms/text-generation/vllm/docker/Dockerfile.hpu
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# FROM vault.habana.ai/gaudi-docker/1.16.1/ubuntu22.04/habanalabs/pytorch-installer-2.2.2:latest as hpu
FROM opea/habanalabs:1.16.0-pytorch-installer-2.2.2:latest as hpu
FROM opea/habanalabs:1.16.0-pytorch-installer-2.2.2 as hpu

RUN useradd -m -s /bin/bash user && \
mkdir -p /home/user && \
Expand Down

0 comments on commit 9081487

Please sign in to comment.