Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse filesUpdated to pyton:3.10 to fix compatibility issues with llama-index-core. The | syntax for type unions requires python 3.10+
- 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.
|
| 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
|