floydhub / dl-docker

An all-in-one Docker image for deep learning. Contains all the popular DL frameworks (TensorFlow, Theano, Torch, Caffe, etc.)
https://www.floydhub.com
3.86k stars 821 forks source link

error building docker image for gpu #68

Closed siddas27 closed 7 years ago

siddas27 commented 7 years ago

running following code

docker build -t floydhub/dl-docker:gpu -f Dockerfile.gpu

throws this error

 "docker build" requires exactly 1 argument(s).
See 'docker build --help'.

Usage:  docker build [OPTIONS] PATH | URL | -

Build an image from a Dockerfile