Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker has not been installed on EIDF #4

Open
ramdrop opened this issue Jul 24, 2023 · 0 comments
Open

Docker has not been installed on EIDF #4

ramdrop opened this issue Jul 24, 2023 · 0 comments

Comments

@ramdrop
Copy link

ramdrop commented Jul 24, 2023

Describe the bug
In README, it says:

Build the images by running docker build . -t image-name:version from within the minimal-ml-template directory.

However, docker has not been installed on EIDF and thus running the above command would result in an error:

xxx@eidf029-host1:~$ docker build . -t image-name:version
Command 'docker' not found, but can be installed with:

snap install docker     # version 20.10.24, or
apt  install docker.io  # version 20.10.21-0ubuntu1~20.04.2

See 'snap info docker' for additional versions.

To Reproduce
Steps to reproduce the behavior:

  1. Log in to EIDF
  2. run docker build . -t image-name:version
  3. See error

Expected behavior
The image is built.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant