Skip to content

Commit 61477a6

Browse files
committed
Fix dockerfile
1 parent 2e4fa9a commit 61477a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/chatbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM python:3.11-slim
22
# Install required system packages for compiling hnswlib
33
RUN apt-get update && apt-get install -y \
44
build-essential \

0 commit comments

Comments
 (0)