lightning/docker
Jirka Borovec bfaabd7b7f
clean requirements (#2128)
* clean requirements

* missing

* missing

* req

* min

* default >> base

* base.txt
2020-06-13 10:15:22 -04:00
..
Dockerfile clean requirements (#2128) 2020-06-13 10:15:22 -04:00
README.md Create Dockerfile (#1569) 2020-04-25 14:17:09 -04:00

README.md

Builds

You can build it on your own, note it takes lots of time, be prepared.

git clone <git-repository>
docker image build -t pytorch-lightning:py36 -f docker/Dockerfile --build-arg PYTHON_VERSION=3.6 .

To build other versions, select different Dockerfile.

docker image list
docker run --rm -it pytorch-lightning:py36 bash
docker image rm pytorch-lightning:py36