Skip to content
Merged
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
8 changes: 8 additions & 0 deletions site/_posts/2026-01-22-lesson_28_materials_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: "Lesson 28 materials update"
date: 2026-01-22
categories: resources
---

The lesson 28 demo has been split into parts 1 & 2, both are available on the Jupyter notebooks page. Both the new tensorflow-CPU devcontainer and the tensorflow-GPU devcontainer now run TensorBoard by default on startup. They also publish port 6006 to the host system so you can access TensorBoard in you browser and include the TensorBoard VS Code extension. Links here: [tensorflow-CPU](https://github.com/gperdrizet/tensorflow-CPU), [tensorflow-GPU](https://github.com/gperdrizet/tensorflow-GPU#).
4 changes: 3 additions & 1 deletion site/devops_pages/tensorflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ Build cuda_12.5.r12.5/compiler.34385749_0

Here is the link to the GitHub repo that will walk you through setting up docker and using the devcontainer: [gperdrizet/tensorflow-GPU](https://github.com/gperdrizet/tensorflow-GPU#).

Target is NVIDIA TensorFlow release 24.06 container. This gets us:
**Note**: there is now a CPU only version of the devcontainer which provides a similar environment for folks without an NVIDIA GPU. You can find it here: [gperdrizet/tensorflow-CPU](https://github.com/gperdrizet/tensorflow-CPU).

For folks with an NVIDIA GPU, the target environment is a NVIDIA TensorFlow release 24.06 container. This gets us:

- CUDA: 12.5
- Python: 3.10
Expand Down