Skip to content

Commit f38f594

Browse files
committed
fix docker python version
1 parent eb4d5d0 commit f38f594

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)