Spaces:
Runtime error
Runtime error
Update
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
FROM python:3.11-slim
|
2 |
|
3 |
-
|
|
|
|
|
4 |
|
5 |
RUN apt-get update && apt-get install git -y && apt-get install curl -y
|
6 |
|
|
|
1 |
FROM python:3.11-slim
|
2 |
|
3 |
+
RUN mkdir /.ollama
|
4 |
+
|
5 |
+
RUN chmod 777 /.ollama
|
6 |
|
7 |
RUN apt-get update && apt-get install git -y && apt-get install curl -y
|
8 |
|