morris-lab/CellOracle

Docker pull command error

Closed this issue · 2 comments

Hi, I am going through the Cell Oracle tutorial. I tried to use the Docker Image but encountered the following error:

> sudo docker pull kenjikamimoto126/celloracle_ubuntu:latest
Error response from daemon: manifest for kenjikamimoto126/celloracle_ubuntu:latest not found: manifest unknown: manifest unknown

It looks like the image is not available?
> sudo docker search kenjikamimoto126/celloracle_ubuntu
NAME DESCRIPTION STARS OFFICIAL AUTOMATED

Looking forward to getting this thing running!

@dyl4nm4rsh4ll

Sorry for the error! The correct docker image tag is kenjikamimoto126/celloracle_ubuntu:0.12.0.

I updated tutorial page.

Heads up, the docker run command had to be slightly modified as well.

docker run -dit
--name celloracle_container
-p 8888:8888
-v $(pwd)/data_folder:/root/data_folder
kenjikamimoto126/celloracle_ubuntu:0.12.0