How to install Tensorflow on an existing Docker container?

Viewed 43

I am using Docker on Ubuntu 20.04. The Docker container has already Python 3.6.2 installed on it. Now, I want to install Tensorflow on that particular container (i.e. I don't want to pull Tensorflow image, I need to keep my existing container and install Tensorflow on that). I didn't find anything useful on the web. Would be thankful if anyone lends me some hand.

Also, to handle Tensorflow installations, I've tried upgrading Python on that container through Dockerfile here (after I modify it based on what I desire). After I build it, this output comes up:

enter image description here

Any help would be appreciated!

0 Answers
Related