SpaceMonkey25 commited on
Commit
ee8913a
·
verified ·
1 Parent(s): 484321e

Update Dockerfile

Browse files

Updated to pyton:3.10 to fix compatibility issues with llama-index-core. The | syntax for type unions requires python 3.10+

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
 
2
  # Fill in the base image with the correct Python version (e.g., python:3.9)
3
- FROM python:3.9
4
 
5
  # Fill in the username to be created (e.g., user)
6
  RUN useradd -m -u 1000 user
 
1
 
2
  # Fill in the base image with the correct Python version (e.g., python:3.9)
3
+ FROM python:3.10
4
 
5
  # Fill in the username to be created (e.g., user)
6
  RUN useradd -m -u 1000 user