-
Run the container (initial command):
docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 -p 8501:8501 --name ollama ollama/ollama
-
Enter the container:
docker exec -it ollama /bin/bash
-
Start the container:
docker start ollama
-
Stop the container:
docker stop ollama
-
Run the Streamlit app with the
--server.address
option:streamlit run your_app.py --server.address 0.0.0.0
-
Notifications
You must be signed in to change notification settings - Fork 0
anammari/Steamlit_llm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published