Skip to content

Commit

Permalink
Clean up duplicate info
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik committed Sep 16, 2024
1 parent 7f49bb0 commit 38c0bc9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/ai-examples/classification-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 38c0bc9

Please sign in to comment.