Skip to content

anammari/Steamlit_llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Run the container (initial command):

    docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 -p 8501:8501 --name ollama ollama/ollama
  2. Enter the container:

    docker exec -it ollama /bin/bash
  3. Start the container:

    docker start ollama
  4. Stop the container:

    docker stop ollama
  5. Run the Streamlit app with the --server.address option:

    streamlit run your_app.py --server.address 0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages