IBMDataScience / DSx-Desktop

IBM Data Science Experience Desktop was built for those who want to download and play locally. Analyze, learn, and build with the tools you love, right on your desktop.
33 stars 18 forks source link

Facing Issue with installing IBM DSX sesktop :-Did not finish pulling hybridcloudibm/dsx-desktop:ana27spark #76

Closed iAmLipun closed 5 years ago

iAmLipun commented 6 years ago

It's falling to install IBM DSX Desktop as I have installed docker( Version: 18.06.0-ce).but still facing some issue with installing.

tried steps::- I had pulled the hello-world service from docker.

PS C:\Users\radia> docker pull hello-world Using default tag: latest latest: Pulling from library/hello-world e46172273a4e: Pull complete c012fa86f9e5: Pull complete 966bb4253d0f: Pull complete 4116cac73a40: Pull complete Digest: sha256:4b8ff392a12ed9ea17784bd3c9a8b1fa3299cac44aca35a85c90c5e3c7afacdc Status: Downloaded newer image for hello-world:latest Also, I had set the environment variable as HTTP_PROXY:- "http://username:password@proxy:port/

but facing some issue with restart service...

PS C:\Users\radia> Restart-Service docker Restart-Service : Service 'Docker Engine (docker)' cannot be stopped due to the following error: Cannot open docker service on computer '.'. At line:1 char:1

Error am getting from installing DSX:-- Did not finish pulling hybridcloudibm/dsx-desktop:ana27spark

Error Logs:-

Error Log Did not finish pulling hybridcloudibm/dsx-desktop:ana27spark [2018-08-12 20:42:38:0795] [debug] -- dockerDaemonReady: Docker Daemon is running. [2018-08-12 20:42:38:0795] [debug] << dockerDaemonReady: dockerConfirm(true) [2018-08-12 20:42:38:0800] [info] Starting docker... [2018-08-12 20:42:39:0553] [info] Docker started [2018-08-12 20:42:39:0571] [info] No current hybridcloud image for DSX Desktop [2018-08-12 20:42:39:0572] [info] Starting to pull hybridcloudibm/dsx-desktop:core [2018-08-12 20:42:39:0574] [info] No current hybridcloud image for Anaconda + Spark (Python 2.7, Scala, R) [2018-08-12 20:42:39:0574] [info] Starting to pull hybridcloudibm/dsx-desktop:ana27spark [2018-08-12 20:42:46:0784] [error] Stopped pulling hybridcloudibm/dsx-desktop:core with error: image operating system "linux" cannot be used on this platform [2018-08-12 20:42:46:0836] [info] Did not finish pulling hybridcloudibm/dsx-desktop:ana27spark

jerry1100 commented 6 years ago
[2018-08-12 20:42:46:0784] [error] Stopped pulling hybridcloudibm/dsx-desktop:core with
error: image operating system "linux" cannot be used on this platform

Hmm, I've never seen that error before. Looking it up, I eventually landed on this docker documentation page: https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers

Can you make sure your docker is set to running linux containers, then try again?

jerry1100 commented 5 years ago

Closing due to lack of activity. If you want to pursue this further, feel free to reopen.