We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4c9f3 commit c3db267Copy full SHA for c3db267
1 file changed
EdgeCraftRAG/Dockerfile
@@ -1,8 +1,9 @@
1
# Copyright (C) 2024 Intel Corporation
2
# SPDX-License-Identifier: Apache-2.0
3
4
+ARG IMAGE_REPO=opea
5
ARG BASE_TAG=latest
-FROM opea/comps-base:$BASE_TAG
6
+FROM $IMAGE_REPO/comps-base:$BASE_TAG
7
8
COPY ./chatqna.py $HOME/chatqna.py
9
0 commit comments