0

I've installed Tensorflow but it does not work. I've installed Tensorflow by using Dockerfile. Adding the commend

RUN pip install tensorflow==2.3.

When I import tensorflow from main.py, It shows Service Unavailable.

import tensorflow as tf

Actually, I'm new in python. I'm not able to find out the problem. Could anyone please help me?

1 Answer 1

2

I think you can find the answer here: (Error installing Tensorflow in docker image) "RUN python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0-py3-none-any.whl in Dockerfile and removed it from requirements.txt"

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.