A basic image with Torch installed. Contains minimal additional packages.
The GPU versions of Torch timeout when building on Docker Hub. They have to be built locally and pushed to the Docker Registry.
To build Docker image locally (Note: takes a few hours):
docker build -t floydhub/torch:latest-gpu-py2 -f Dockerfile-py2.gpu .docker build -t floydhub/torch:latest-gpu-py3 -f Dockerfile-py3.gpu .To push image to Docker registry:
docker push floydhub/torch:latest-gpu-py2docker push floydhub/torch:latest-gpu-py3Content type
Image
Digest
sha256:6ccda7d6f…
Size
1.2 GB
Last updated
over 9 years ago
docker pull floydhub/torch