Error ‘Package is not compatible’ in requirements.txt file in Docker container
I am getting a Error: ‘package is not compatible with current python version’. I want to run my code of the local chatbot (using Python 3.10.4, Langchain, Ollama, chormadb, streamlit) in a docker container using windows 10. My docker file looks like below.
Error ‘Missing Package’ in requirements.txt file in Docker container
I am getting a Error: ‘package is not compatible with current python version’. I want to run my code of the local chatbot (using Python 3.10.4, Langchain, Ollama, chormadb, streamlit) in a docker container. My docker file looks like below.
Dokcer file with ubuntu 22 is not able to install numpy on it
I am trying to make a build from a dockerfile and in that process it needs to install numpy python package. It keeps running to some wierd error and m not able to get through numpy installation. Below is the details of my python package.