Browse Source

Update Dockerfile

https://docs.trychroma.com/troubleshooting#sqlite
Timothy J. Baek 1 năm trước cách đây
mục cha
commit
370884cebc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -10,7 +10,7 @@ RUN npm ci
 COPY . .
 RUN npm run build
 
-FROM python:3.11-slim-buster as base
+FROM python:3.11-bookworm as base
 
 ENV ENV=prod