Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Installation

Szymon Maszke edited this page Apr 23, 2020 · 6 revisions
  • Docker at least of version 17.05 is required. See Official Docker's documentation for installation instruction for your operating system

  • Install torchlambda through pip, Python version 3.6 or higher is needed. You could also install this software within conda or other virutal environment of your choice. Following command should be sufficient:

    $ pip install --user torchlambda

torchlambda provides pre-built deployment images tagged after PyTorch versions and rebuilt daily. Following images are currently available:

  • szymonmaszke/torchlambda:latest (head of current PyTorch master branch)
  • szymonmaszke/torchlambda:1.4.0

You can find the tags in DockerHub.

If you want to use specific version pull them before using torchlambda build, for example:

docker pull szymonmaszke/torchlambda:v1.5.0

For more information refer to torchlambda build documentation (and to see how to build your own image from scratch).

Clone this wiki locally