ztc1997 commited on
Commit
4e6036b
1 Parent(s): e67148b
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM python:3.11-slim
2
 
 
 
3
  RUN apt-get update && apt-get install git -y && apt-get install curl -y
4
 
5
  RUN curl -fsSL https://ollama.com/install.sh | sh
 
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
 
7
  RUN curl -fsSL https://ollama.com/install.sh | sh