Spaces:
Sleeping
Sleeping
Commit
·
0890717
1
Parent(s):
75b4624
Update the requirements file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -58,7 +58,7 @@
|
|
58 |
# First docker for Hugging Face AI Agent with Ollama and FastAPI
|
59 |
|
60 |
# Use a base image with Python
|
61 |
-
FROM python:3.
|
62 |
|
63 |
# Set the working directory
|
64 |
WORKDIR /app
|
|
|
58 |
# First docker for Hugging Face AI Agent with Ollama and FastAPI
|
59 |
|
60 |
# Use a base image with Python
|
61 |
+
FROM python:3.12
|
62 |
|
63 |
# Set the working directory
|
64 |
WORKDIR /app
|