Sign inSign up

floydhub/torch

By floydhub

Updated about 9 years ago

torch

Image
2

8.4K

floydhub/torch repository overview

Torch

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):

  • Python 2: docker build -t floydhub/torch:latest-gpu-py2 -f Dockerfile-py2.gpu .
  • Python 3: docker build -t floydhub/torch:latest-gpu-py3 -f Dockerfile-py3.gpu .

To push image to Docker registry:

  • Python 2: docker push floydhub/torch:latest-gpu-py2
  • Python 3: docker push floydhub/torch:latest-gpu-py3

Tag summary

Content type

Image

Digest

sha256:6ccda7d6f

Size

1.2 GB

Last updated

over 9 years ago

docker pull floydhub/torch