0

I used docker and deepo from this website: https://github.com/ufoym/deepo#GPU, When I start the container, I can import all the frameworks (tensorflow, caffe, pytorch)except mxnet. I don't know why. What should I do?

The error can be seen from this picture: Illegal instruction(core dumped) image

prisar
  • 3,041
  • 2
  • 26
  • 27
AnnaYin
  • 1
  • 4

1 Answers1

0

It seems there is an issue created on the Github repo already for the issue you're seeing: https://github.com/ufoym/deepo/issues/53. You may try an older version of the image, or reaching out to ufoym.

You could also use the containers at https://hub.docker.com/r/mxnet/python/

Vishaal
  • 735
  • 3
  • 13