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.
1 parent 23a8f1a commit f1e1843Copy full SHA for f1e1843
.devcontainer/Dockerfile
@@ -4,7 +4,7 @@ FROM continuumio/miniconda3
4
WORKDIR /workspace
5
6
# Install Python 3.11
7
-RUN conda install python=3.11 -y
+RUN conda install python=3.10 -y
8
9
# Copy the project files
10
COPY . .
0 commit comments