From 38c0bc93dc833aef0b8d39628d88001d4006ca01 Mon Sep 17 00:00:00 2001 From: Rik Bouwmeester Date: Mon, 16 Sep 2024 12:03:22 +0200 Subject: [PATCH] Clean up duplicate info --- docs/ai-examples/classification-demo.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/ai-examples/classification-demo.md b/docs/ai-examples/classification-demo.md index d001f52..874265f 100644 --- a/docs/ai-examples/classification-demo.md +++ b/docs/ai-examples/classification-demo.md @@ -36,10 +36,7 @@ You can choose between two approaches for setting up the TensorFlow environment, ``` 2. **Docker Container** (recommended for this documentation) - Alternatively, you can use Docker to handle the TensorFlow environment. This documentation uses Docker for the TensorFlow training steps. To run the training inside a container, use the following command: - ```bash - docker run -it --rm -v $PWD:/tmp -w /tmp tensorflow/tensorflow:2.17.0 examples/ai/classification/docker_train_classifier.sh - ``` + Alternatively, you can use Docker to handle the TensorFlow environment. This documentation uses Docker for the TensorFlow training steps. #### GAP8 Similarly, there are two ways to set up the GAP8 environment: