Skip to content

Instantly share code, notes, and snippets.

@javierluraschi
Last active December 2, 2019 23:22
Show Gist options
  • Save javierluraschi/17fee79f04a8895fcb1c2af7e83b99f9 to your computer and use it in GitHub Desktop.
Save javierluraschi/17fee79f04a8895fcb1c2af7e83b99f9 to your computer and use it in GitHub Desktop.
Multiverse YouTube Slide
---
title: "Using GPUs with TensorFlow and Docker"
subtitle: Multiverse Video Series
author: Javier Luraschi
output:
revealjs::revealjs_presentation:
df_print: paged
self_contained: true
theme: moon
---
<style>
.reveal .controls {
opacity: 0;
}
.reveal h1 {
margin-top: 200px;
font-size: 60px !important;
background: #77abd9;
color: #000 !important;
display: inline-block;
padding: 0 30px 0 30px;
border-radius: 3px;
}
.reveal h1.subtitle {
margin-top: 40px;
font-size: 60px !important;
color: #FFF !important;
font-weight: 400 !important;
padding-left: 30px;
background: none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment