-
Notifications
You must be signed in to change notification settings - Fork 8
smaller image sizes #5
Description
The tensorflow image (which is the base image for our container) https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/dockerfiles/dockerfiles/gpu.Dockerfile already contains python 3 https://github.com/tensorflow/tensorflow/blob/e0c681c5c738d8898fd698fc9d27e31c1471b993/tensorflow/tools/dockerfiles/dockerfiles/gpu.Dockerfile#L78 and tensorflow
https://github.com/tensorflow/tensorflow/blob/e0c681c5c738d8898fd698fc9d27e31c1471b993/tensorflow/tools/dockerfiles/dockerfiles/gpu.Dockerfile#L98
In our docker file we install python3
| - python=3.8.2 |
| - tensorflow-gpu=2.2.0 |
We should avoid this.
I guess easiest would be use pip instead of conda to get the additional dependencies. For instance by defining the requirements in https://github.com/yigbt/deepFPlearn/blob/master/setup.py and just pip install deepFPlearn.