Merge pull request #875 from lsby/main

fix docker python version
This commit is contained in:
Xiang Lyu
2025-01-13 10:27:49 +08:00
committed by GitHub

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