Skip to content

Kubeflow tutorial #181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import * as ScalingTensorflow from './scalingKubeflow/scalingTensorflow'
import * as ScalingSpringBoot from './scalingSpringBoot/scalingSpringBoot'
import * as WhatIsKubernetes from './whatIsKubernetes/whatIsK8s'
import * as AdvancedKubectl from './advancedKubectl/advancedKubectl'
import * as KubeflowTutorial from './kubeflowTutorial/scalingTensorflow'

import * as BiteSized from './biteSized'
import * as BiteSized201903 from './bsk201903'
Expand Down Expand Up @@ -193,6 +194,10 @@ function render(node: LinkedNode<any>, root: Sitemap, { siteUrl }: Settings) {
writeFileSync(`_site${RSS.Details.url}`, RSS.render(root, node, siteUrl))
return
}
case KubeflowTutorial.Details.type: {
writeFileSync(generatePath(), KubeflowTutorial.render(root, node, siteUrl))
return
}
default:
assertUnreachable(page)
}
Expand Down
Binary file added src/kubeflowTutorial/MNIST.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading