tycm_service_ai/env-config.env
2025-10-11 17:17:35 +08:00

13 lines
846 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -------------------------- 原有配置Node/JDK --------------------------
NODE_VERSION=20.13.1 # 根据你项目需求填写如本地用18则填18
JDK_VERSION=17 # 根据你项目需求填写如本地用17则填17
# -------------------------- Conda 配置(基于你的 conda info --------------------------
# 1. 本地活跃的 Conda 环境名(从 info 中 "active environment: liqiannanPythonAI" 提取)
CONDA_ENV_NAME=liqiannanPythonAI
# 2. 该环境的 Python 版本(从 info 中 "python version: 3.12.4.final.0" 提取)
CONDA_PYTHON_VERSION=3.12.4
# 3. Conda 镜像源(从 info 中 "channel URLs" 提取清华源,确保容器安装包和本地一样快)
CONDA_CHANNELS="https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main,https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free"