Closed mingtaoloreal closed 3 weeks ago
I encountered the same issue on macOS, and I figured out a way to solve this successfully, but I did not test it on linux. Maybe you can take this as references and try to fix it by yourself.
like this:
# pull-model:
# image: genai-stack/pull-model:latest
# build:
# context: .
# dockerfile: pull_model.Dockerfile
# environment:
# - OLLAMA_BASE_URL=${OLLAMA_BASE_URL-http://host.docker.internal:11434}
# - LLM=${LLM-llama2}
# networks:
# - net
# tty: true
and this:
# pull-model:
# condition: service_completed_successfully
# Streamlit UI
# styl = f"""
# <style>
# /* not great support for :has yet (hello FireFox), but using it for now */
# .element-container:has([aria-label="Select RAG mode"]) {{
# position: fixed;
# bottom: 33px;
# background: white;
# z-index: 101;
# }}
# .stChatFloatingInputContainer {{
# bottom: 20px;
# }}
5. If you use neo4j desktop app locally, check your .env file and make sure your database uri variable is like this:
NEO4J_URI="neo4j://database:7687"
6. Run "docker compose up --build" in your terminal.
7. Done, have fun!
I am testing the code in Google Workstation (Ubuntu 22.04), but it appears the error below and seem no solutions to detect how to modify it. Would you happen to have any idea? Thank you so much.