https://www.orchest.io/ logo
a

Alessio

02/03/2021, 4:10 PM
Any Docker gotchas I should be aware of? Trying to run
./orchest install
but I’m getting stuck at pulling images. Just updated and restarted Docker too 🤔 Do I need to sign in to bypass the DockerHub rate limit?
r

Rick Lamers

02/03/2021, 4:13 PM
Shouldn't be any real gotchas. What's
docker pull orchest/orchest-webserver
giving you?
(to check if pulling a single image is working for you)
a

Alessio

02/03/2021, 4:16 PM
@Rick Lamers Downloading it just fine, I guess it’s just being suuuuper slow and it’s a big download 🤷‍♂️ Wish it showed the download status through the main script. Will just wait for it to run 🙂 Thanks.
r

Rick Lamers

02/03/2021, 4:18 PM
It can definitely take a while, it's mostly because we're dependent on the https://github.com/jupyter/docker-stacks project. Which has huge image sizes. In the future we might split up Orchest and Jupyter Docker Stacks images so that you install Orchest itself a lot faster.