fix docker python version

This commit is contained in:
hbybyyang
2025-01-12 15:59:58 +08:00
parent eb4d5d053f
commit f38f594303

View File

@@ -34,7 +34,7 @@ RUN conda config --add channels conda-forge && \
# ~conda
# ==================================================================
RUN conda create -y -n ${VENV} python=3.8
RUN conda create -y -n ${VENV} python=3.10
ENV CONDA_DEFAULT_ENV=${VENV}
ENV PATH /opt/conda/bin:/opt/conda/envs/${VENV}/bin:$PATH