rgp230 commited on
Commit
5d6eff6
·
1 Parent(s): 53bcd56

feat(add_deep_rishsearch): Add the graph and call functions for deep rish search

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.11-slim-trixie
2
 
3
 
4
  WORKDIR /app
 
1
+ FROM python:3.12-slim-bookworm
2
 
3
 
4
  WORKDIR /app