e1250 commited on
Commit
4e69d39
·
1 Parent(s): 51ed024

fix: trying to fix python mismatch

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10-slim
2
 
3
  # Install git package for our ai package, then clear cache to save docker space.
4
  RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
 
1
+ FROM python:3.11-slim
2
 
3
  # Install git package for our ai package, then clear cache to save docker space.
4
  RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*