Skip to content

Commit e39c34e

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into llm-evals-module
2 parents 6d3bbe6 + 247af5d commit e39c34e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EvalServer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3.12-slim
22

33
# Set the working directory inside the container
44
WORKDIR /app

EvalServer/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3.12-slim
22

33
# Set the working directory inside the container
44
WORKDIR /app

0 commit comments

Comments
 (0)