fix: use python 3.13 in API Dockerfile, necessary for spacy
This commit is contained in:
parent
aa4987981d
commit
4ef5a7d1a1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.11-slim
|
||||
FROM python:3.13-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue