|
@@ -7,6 +7,8 @@ WORKDIR /app
|
|
|
# 设置 conda Python 路径(镜像使用 /opt/conda)
|
|
# 设置 conda Python 路径(镜像使用 /opt/conda)
|
|
|
ENV PATH="/opt/conda/bin:$PATH"
|
|
ENV PATH="/opt/conda/bin:$PATH"
|
|
|
|
|
|
|
|
|
|
+RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
+
|
|
|
# 升级 pip
|
|
# 升级 pip
|
|
|
RUN /opt/conda/bin/pip install --no-cache-dir --upgrade pip
|
|
RUN /opt/conda/bin/pip install --no-cache-dir --upgrade pip
|
|
|
|
|
|