BinaryONe commited on
Commit
043373b
·
1 Parent(s): d065d39

Checking if python available inside ollama Docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ ENV OLLAMA_HOST=0.0.0.0:7860
9
  RUN mkdir -p /.ollama/ && \
10
  chmod -R 777 /.ollama/
11
 
12
- RUN python --version
13
 
14
  # Let the base image default ENTRYPOINT (ollama binary) run "serve"
15
  CMD ["serve"]
 
9
  RUN mkdir -p /.ollama/ && \
10
  chmod -R 777 /.ollama/
11
 
12
+ RUN py --version
13
 
14
  # Let the base image default ENTRYPOINT (ollama binary) run "serve"
15
  CMD ["serve"]