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 5157576 commit 4184c54Copy full SHA for 4184c54
.devcontainer/Dockerfile
@@ -3,8 +3,8 @@ FROM continuumio/miniconda3
3
# Set the working directory
4
WORKDIR /workspace
5
6
-# Install Python 3.11
7
-RUN conda install python=3.10 -y
+# Install Python
+RUN conda install python -y
8
9
# Copy the project files
10
COPY . .
0 commit comments