Skip to content

Commit f1e1843

Browse files
authored
Update Dockerfile
1 parent 23a8f1a commit f1e1843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM continuumio/miniconda3
44
WORKDIR /workspace
55

66
# Install Python 3.11
7-
RUN conda install python=3.11 -y
7+
RUN conda install python=3.10 -y
88

99
# Copy the project files
1010
COPY . .

0 commit comments

Comments
 (0)