
#Pwgen 2.7.0 install
Running this command in Dockerfile pip3 install -upgrade also not working.Removing tensorflow from requirements.txt and adding this RUN python3.8 -m pip install tensorflow command on Dockerfile, also not working.Just writing tensorflow in requirements.txt is also not working.Why it can't find tensorflow-cpu=2.7.0, when this TensorFlow version is available. #9 85.89 You should consider upgrading via the '/usr/local/bin/python -m pip install -upgrade pip' command.Įxecutor failed running : exit code: 1 #9 85.89 WARNING: You are using pip version 21.2.4 however, version 21.3.1 is available. #9 85.88 ERROR: No matching distribution found for tensorflow-cpu=2.7.0 #9 85.88 ERROR: Could not find a version that satisfies the requirement tensorflow-cpu=2.7.0 (from versions: none) #9 85.64 Preparing wheel metadata: finished with status 'done' #9 85.15 Preparing wheel metadata: started #9 85.15 Getting requirements to build wheel: finished with status 'done' #9 84.51 Getting requirements to build wheel: started #9 84.51 Installing build dependencies: finished with status 'done' #9 64.97 Installing build dependencies: started => ERROR RUN pip install -r requirements.txt 86.1s => load metadata for docker.io/library/python:3.8-alpine 3.3s => load build definition from Dockerfile 0.0s Īnd it is giving this error: Building 91.5s (9/9) FINISHED


This is the command I used: docker build -t my-language-app:1.0. I am building a docker image, using this Dockerfile: FROM python:3.8-alpine
