Remove proxy in CodeTrans test (#1874)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2025-04-24 13:47:56 +08:00
committed by GitHub
parent 1787d1ee98
commit 13ea13862a
7 changed files with 0 additions and 14 deletions

View File

@@ -40,8 +40,6 @@ function build_docker_images() {
function start_services() {
cd $WORKPATH/docker_compose/amd/gpu/rocm/
export http_proxy=${http_proxy}
export https_proxy=${http_proxy}
export HOST_IP=${ip_address}
export CODETRANS_VLLM_SERVICE_PORT=8008
export CODETRANS_LLM_SERVICE_PORT=9000