deepquestai/deepstack
and
deepquestai/deepstack:latest
but both failed.
I’ve tried to pull the same image in a docker environment inside Ubuntu and it works fine.
It is a 3.5GB images, may be it is a disk space problem. I don’t know how it handle disk space or even check it.
But I can’t solve the problem in Portainer. I wish I could.
I solved the problem bypassing pulling the image from portainer.
You have to acces in hassio command line and type “login” now you are in the system command line.
After that with a pull command you simply pull the image to docker from here:
docker pull deepquestai/deepstack
When the download is finished, you return in portainer grafic interface and you have this image in image section. Now you can deploy it from here.
Remember if you use proxmox, you need to change the Processor Type in IvyBridge, otherwise the deepstack doesn’t work!!
Thanks I may give that a try later. There still should he a reason why it can’t be done in portainer. @frenck is there something stupid and obvious we are missing?
Why does the CPU need to be set to IvyBridge? I think it should run on any CPU that is IvyBridge or newer. In my case my proxmox server is currently i7 940 that is too old to run deepstack. Haven’t had a chance to test it on a newer proxmox server yet.
Dumb question. How does one access the command line? I tried the Terminal&SSH add-on but typing login results in core-ssh login: I don’t think that’s what I want? If I try to run the docker pull command from the root menu, I get bash: docker: command not found
Edit: I just uninstalled Terminal & SSH and installed SSH & Web Terminal. It worked like a charm
I really doubted that changing of the CPU. Last night I installed Proxmox on a Haswell CPU which is one generation newer than IvyBridge and I can confirm that I do need to set compatibility back to IvyBridge for it to work. Weird.
I tried this process here, but when typing “login” you are prompted for a login and password. I’ve tried several options and I can’t connect. What did you do?
Dumb Question, I successfully pulled via the CLI, I can see the image in the gui. What is next? how can I deploy it? I went back to the container tab trying to deploy it, but gave me the same error that not found.