Skip to content
Advertisement

Tag: alpine-linux

Why TensorFlow CPU 2.7.0 is not found by docker while creating an image?

I am building a docker image, using this Dockerfile: This is the command I used: And it is giving this error: Why it can’t find tensorflow-cpu==2.7.0, when this TensorFlow version is available. What’s wrong? Here is my requirements.txt: What is not working: Just writing tensorflow in requirements.txt is also not working. Removing tensorflow from requirements.txt and adding this RUN python3.8

How to solve “Could not find any Python installation to use” with docker node alpine Image when adding bcrypt to package.json?

Before I added bcrypt to my package.json, everything was working fine. Now, I get the error message below. This is an excerpt of my package.json: This is my dockerfile. I am using the offical node alpine image. I wonder if alpine has phyton already installed. I get this error message when I run docker-compose: How can I solve this issue?

Advertisement