Signed-off-by: letonghan <letong.han@intel.com> Signed-off-by: chensuyue <suyue.chen@intel.com>
8 lines
268 B
Bash
8 lines
268 B
Bash
# Copyright (C) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
docker build -t opea/knowledge_graphs:latest \
|
|
--build-arg https_proxy=$https_proxy \
|
|
--build-arg http_proxy=$http_proxy \
|
|
-f comps/knowledgegraphs/langchain/docker/Dockerfile .
|