DeepLearningExamples icon indicating copy to clipboard operation
DeepLearningExamples copied to clipboard

maybe a .whl file or a image is needed to help someone like me to build this project with lower version of docker.

Open wangdalin opened this issue 2 years ago • 0 comments

Related to Model/Framework(s) or something else (describe)

  • docker 1.12.6
  • Tensorflow 1.15

Is your feature request related to a problem? Please describe. when I am about to build the docker with the given dockerfile, I got a problem. "--network" is now not supported in docker build command. when I try to build docker without "--network", I get an ERROR "Please provide a source image with from prior to commit". From what I can know, this ERROR may caused because of the low version of docker.

Describe the solution you'd like If I cannot change the docker environment, maybe there should be a .whl file to help me to build the python env in the docker. And do not worry about the docker, because I can build it by url like nvcr.io/nvidia/tensorflow:20.06-tf1-py3

wangdalin avatar Feb 14 '22 07:02 wangdalin