Skip to content

Commit 025f6f0

Browse files
authored
Merge pull request #875 from lsby/main
fix docker python version
2 parents 69051d1 + f38f594 commit 025f6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN conda config --add channels conda-forge && \
3434
# ~conda
3535
# ==================================================================
3636

37-
RUN conda create -y -n ${VENV} python=3.8
37+
RUN conda create -y -n ${VENV} python=3.10
3838
ENV CONDA_DEFAULT_ENV=${VENV}
3939
ENV PATH /opt/conda/bin:/opt/conda/envs/${VENV}/bin:$PATH
4040

0 commit comments

Comments
 (0)