pililover commited on
Commit
55531a3
·
1 Parent(s): 7a16857
Files changed (2) hide show
  1. Dockerfile +1 -2
  2. requirements.txt +0 -0
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- FROM python:3.9-slim
2
-
3
  WORKDIR /app
4
 
5
  RUN apt-get update && apt-get install -y \
 
1
+ FROM python:3.11-slim
 
2
  WORKDIR /app
3
 
4
  RUN apt-get update && apt-get install -y \
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ