ztc1997 commited on
Commit
25e446a
1 Parent(s): 4e6036b
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  FROM python:3.11-slim
2
 
3
- WORKDIR /code
 
 
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