Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
FROM python:3.
|
2 |
-
|
3 |
# Install system dependencies
|
4 |
RUN apt-get update && apt-get install -y curl && \
|
5 |
curl -fsSL https://ollama.ai/install.sh | sh && \
|
|
|
1 |
+
FROM python:3.10-slim
|
2 |
+
RUN pip install --upgrade pip
|
3 |
# Install system dependencies
|
4 |
RUN apt-get update && apt-get install -y curl && \
|
5 |
curl -fsSL https://ollama.ai/install.sh | sh && \
|