We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69051d1 + f38f594 commit 025f6f0Copy full SHA for 025f6f0
docker/Dockerfile
@@ -34,7 +34,7 @@ RUN conda config --add channels conda-forge && \
34
# ~conda
35
# ==================================================================
36
37
-RUN conda create -y -n ${VENV} python=3.8
+RUN conda create -y -n ${VENV} python=3.10
38
ENV CONDA_DEFAULT_ENV=${VENV}
39
ENV PATH /opt/conda/bin:/opt/conda/envs/${VENV}/bin:$PATH
40
0 commit comments