googledatalab / datalab

Interactive tools and developer experiences for Big Data on Google Cloud Platform.
Apache License 2.0
975 stars 249 forks source link

Build a different image using Datalab create command #2088

Closed aaryapatel007 closed 5 years ago

aaryapatel007 commented 5 years ago

How do I create an Intel® optimized Deep Learning Image: TensorFlow 1.12.0 m11 (with Intel® MKL-DNN/MKL and CUDA 10.0) Image using Datalab create command?

yebrahim commented 5 years ago

You can create your image separately (see an example here), upload it to a GCR bucket in your project, then create a datalab instance using that image: datalab create my-instance --image-name gcr.io/myproject/myimage.