Skip to content

smaller image sizes #5

@bernt-matthias

Description

@bernt-matthias

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

and tensorflow including all their dependencies.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions