BinaryONe commited on
Commit ·
398355f
1
Parent(s): 043373b
Reverting back
Browse files- 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 py --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"]
|