icefall
icefall copied to clipboard
Running icefall docker on CPU machine
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.
Have you built the docker image by running docker build
?