notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

Use makefile to management build and dependencies

Open rlan opened this issue 5 years ago • 1 comments

Also add tests

import tensorflow as tf
tf.test.is_gpu_available()

import torch
torch.cuda.is_available()

rlan avatar Mar 05 '19 00:03 rlan

Useful if no new images are introduced and existing ones are frequently updated. However, in reality, new images are added more often and existing ones (eg latest, latest-gpu) rarely change.

rlan avatar Jun 27 '20 23:06 rlan