Skip to content

Commit 364cc10

Browse files
authored
Merge pull request #198 from gperdrizet/dev
Post about new deeplearning container environments
2 parents d7834f4 + 2b0b242 commit 364cc10

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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: "New development container environments"
4+
date: 2026-01-29
5+
categories: resources
6+
---
7+
8+
Both the old tensorflow-GPU and tensorflow-CPU development containers have been updated to contain PyTorch 2.10 in addition to TensorFlow. They have been renamed to [`deeplearning-GPU`](https://github.com/gperdrizet/deeplearning-GPU) and [`deeplearning-CPU`](https://github.com/gperdrizet/deeplearning-CPU). The old containers are sill available on DockerHub so any forks of the old GitHub repos will still work, but moving forward I will be maintaining only the deeplearning versions.

site/repos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: /repos/
66

77
As the course progresses and projects get more complex, we will start to move away from single notebooks and rely more on GitHub repositories. Here is the list for now
88

9-
1. TensorFlow GPU development environment: [gperdrizet/tensorflow-GPU](https://github.com/gperdrizet/tensorflow-GPU)
10-
2. TensorFlow CPU development environment: [gperdrizet/tensorflow-CPU](https://github.com/gperdrizet/tensorflow-CPU)
9+
1. DeepLearning GPU development environment: [gperdrizet/deeplearning-GPU](https://github.com/gperdrizet/deeplearning-GPU)
10+
2. DeepLearning CPU development environment: [gperdrizet/deeplearning-CPU](https://github.com/gperdrizet/deeplearning-CPU)
1111
3. Weather API demo: [gperdrizet/weather](https://github.com/gperdrizet/weather)
1212
4. Streamlit recommender app demo: [gperdrizet/anime-recommendations](https://github.com/gperdrizet/anime-recommendations)

0 commit comments

Comments
 (0)