Execute the below command to create docker ollama
docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
Pull model llama3
docker exec ollama ollama pull llama3
Execute the below command to create requirements.txt
file
pipenv requirements > requirements.txt
The issue with new user to use FastAPI framework
Solve this problem with the following content
Issue:
Solve:
Execute the below command to solve
pipenv lock --pre