Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 288 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 288 Bytes

ML Sample app

Tensorflow, Pytorch, jupyter notebook playground

Before start set .env configuration. For the tensorflow-gpu use:

TF_IMAGE=tensorflow-gpu

For the tensorflow without GPU usage:

TF_IMAGE=tensorflow

To start containers:

docker compose up