itk-wasm looks like it is hanging during docker image pull #749
Closed
Description
The first time I used itk-wasm following along with the tutorial it looked like itk-wasm was hanging when I ran this line:
npx itk-wasm -i itkwasm/wasi -b ./wasi-build/ build
What I later figured out was that itk-wasm was pulling the itkwasm/wasi docker image which can take a few minutes depending on your connection speed.
Could you please add a stdout log indicating that you are running a docker pull and it could take a while?
Thanks