Skip to content

Commit 1c95f50

Browse files
Indraneil PaulIndraneil Paul
authored andcommitted
Fix eval container
1 parent 6c24dd8 commit 1c95f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Evaluate.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Better use newer Python as generated code can use new features
2-
FROM python:3.11-slim
2+
FROM python:3.10-slim
33

44
# install git, g++ and python3-tk
55
RUN apt-get update && apt-get install -y git g++ python3-tk zip unzip procps r-base

0 commit comments

Comments
 (0)