You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Log in to EIDF
run docker build . -t image-name:version
See error
Expected behavior
The image is built.
The text was updated successfully, but these errors were encountered:
Describe the bug
In README, it says:
However, docker has not been installed on EIDF and thus running the above command would result in an error:
To Reproduce
Steps to reproduce the behavior:
docker build . -t image-name:version
Expected behavior
The image is built.
The text was updated successfully, but these errors were encountered: