Skip to content

Commit e5edaf0

Browse files
authored
Merge pull request #193 from gperdrizet/dev
Added note about TensorFlow CPU container environment
2 parents 4fc8acb + 155a86f commit e5edaf0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
title: "Lesson 28 materials update"
4+
date: 2026-01-22
5+
categories: resources
6+
---
7+
8+
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#).

site/devops_pages/tensorflow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ Build cuda_12.5.r12.5/compiler.34385749_0
9999

100100
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#).
101101

102-
Target is NVIDIA TensorFlow release 24.06 container. This gets us:
102+
**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).
103+
104+
For folks with an NVIDIA GPU, the target environment is a NVIDIA TensorFlow release 24.06 container. This gets us:
103105

104106
- CUDA: 12.5
105107
- Python: 3.10

0 commit comments

Comments
 (0)