Usman Bari commited on
Commit
5190454
·
1 Parent(s): 5dde7f1

Update Python version to 3.11 for Pandas 3.0 support

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10
2
 
3
  # Set working directory
4
  WORKDIR /code
 
1
+ FROM python:3.11
2
 
3
  # Set working directory
4
  WORKDIR /code