ghbGC commited on
Commit
82c8f28
·
1 Parent(s): 16214af
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -
15
  # && /opt/conda/bin/conda clean -tipsy # 这行被注释掉了,因为它不是一个标准的conda命令
16
 
17
  # 将 Conda 添加到 PATH
18
- ENV PATH="/opt/conda/bin:${PATH}"
19
 
20
  # 创建 Conda 环境
21
  RUN conda create -n lagent python=3.10 -y
 
15
  # && /opt/conda/bin/conda clean -tipsy # 这行被注释掉了,因为它不是一个标准的conda命令
16
 
17
  # 将 Conda 添加到 PATH
18
+ # ENV PATH="/opt/conda/bin:${PATH}"
19
 
20
  # 创建 Conda 环境
21
  RUN conda create -n lagent python=3.10 -y