-1

I am interested in installing Tensorflow GPU-enabled in openSUSE but from Tensorflow's site the installation is provided only for Ubuntu. How can I do this?

Aldo Battista
  • 43
  • 1
  • 5
  • 1
    Stack Overflow is a site for programming and development questions. This question appears to be off-topic because it is not about programming or development. See [What topics can I ask about here](http://stackoverflow.com/help/on-topic) in the Help Center. Perhaps [Super User](http://superuser.com/) or [Unix & Linux Stack Exchange](http://unix.stackexchange.com/) would be a better place to ask. Also see [Where do I post questions about Dev Ops?](http://meta.stackexchange.com/q/134306) – jww Jun 04 '17 at 14:18

1 Answers1

1

There's almost no different between installing on Ubuntu or OpenSUSE.

Follow the instructions here.

Note that in step 1, use your own package manager of OpenSUSE instead of apt-get which belongs to Ubuntu.

YLJ
  • 2,940
  • 2
  • 18
  • 29