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

Checking If Python available ubu

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,5 +9,7 @@ ENV OLLAMA_HOST=0.0.0.0:7860
9
  RUN mkdir -p /.ollama/ && \
10
  chmod -R 777 /.ollama/
11
 
 
 
12
  # Let the base image default ENTRYPOINT (ollama binary) run "serve"
13
  CMD ["serve"]
 
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"]