icefall icon indicating copy to clipboard operation
icefall copied to clipboard

Running icefall docker on CPU machine

Open AlexandderGorodetski opened this issue 2 years ago • 1 comments

Hello guys,

I was able to run icefall docker on GPU machine according to

https://github.com/k2-fsa/icefall/tree/master/docker

But I have problems with running the docker on CPU machine. I tried following:

docker run -it icefall /bin/bash Unable to find image 'icefall:latest' locally docker: Error response from daemon: pull access denied for icefall, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'.

Could you help please.

Thanks, AlexG.

AlexandderGorodetski avatar Dec 08 '22 10:12 AlexandderGorodetski

Have you built the docker image by running docker build?

csukuangfj avatar Dec 08 '22 10:12 csukuangfj