feat: 增加环境配置文件
This commit is contained in:
parent
1f981f336d
commit
6ae6187ddd
13
env-config.env
Normal file
13
env-config.env
Normal file
@ -0,0 +1,13 @@
|
||||
# -------------------------- 原有配置(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"
|
Loading…
x
Reference in New Issue
Block a user