AI-RESEARCHER-2024 commited on
Commit
41541aa
1 Parent(s): 1dff132

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,6 +16,8 @@ RUN pip install -r requirements.txt
16
  # Install Ollama
17
  RUN curl -fsSL https://ollama.com/install.sh | sh
18
 
 
 
19
  # Start Ollama server in the background and pull the required model
20
  # CMD ["sudo","python", "ollama_serve.py", "llama3.2"]
21
 
 
16
  # Install Ollama
17
  RUN curl -fsSL https://ollama.com/install.sh | sh
18
 
19
+ COPY . .
20
+
21
  # Start Ollama server in the background and pull the required model
22
  # CMD ["sudo","python", "ollama_serve.py", "llama3.2"]
23