Skip to content

Commit

Permalink
Use ollama running on host machine
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeexe committed Nov 7, 2024
1 parent f9f993a commit ad86f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM public.ecr.aws/docker/library/python:3.11.10-slim-bookworm

ENV STREAMLIT_SERVER_PORT=8501
ENV STREAMLIT_SERVER_ADDRESS=0.0.0.0
ENV OLLAMA_HOST=host.docker.internal

WORKDIR /app

Expand Down

0 comments on commit ad86f6c

Please sign in to comment.