Skip to content

Commit 4184c54

Browse files
authored
Update Dockerfile
1 parent 5157576 commit 4184c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM continuumio/miniconda3
33
# Set the working directory
44
WORKDIR /workspace
55

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

99
# Copy the project files
1010
COPY . .

0 commit comments

Comments
 (0)