softwareunderground / geo-docker

A docker image fully loaded with Geo* & ML related packages
Other
13 stars 5 forks source link

Misleading commands and vars in makefile #1

Closed stevejpurves closed 6 years ago

stevejpurves commented 6 years ago

These couple of files i borrowed from the keras repo, which was a good starting point but I think some of the makefile vars are not used and misleading, the same goes for some of the info in the readme. e.g. i think GPU support is on all the time, so the GPU flag?

I have not tested yet though so raising an issue. We should simplify the commands in the Makefile and cleanup the readme.

Also I think the CUDA and cuDNN versions should be managed in the Dockerfile and not in the Makefile, especially since we have to do special stuff like downgrade cuDNN to get this to work, might as well have that all contained in the docker file.

This issue should be about cleaning this up, removing redundant commands, vars and readme items and making things consistent.

stevejpurves commented 6 years ago

out of date