Skip to content

Commit

Permalink
update dev container with tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Jan 24, 2024
1 parent 319804e commit 99d7e7c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _posts/2024-01-22-Docker-Dev-Container.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,20 @@ Tensor after addition:
PyTorch and CUDA are working correctly!
```

## Tensorflow

[https://www.tensorflow.org/install/pip](https://www.tensorflow.org/install/pip)

If needed you can install tensorflow with GPU use

```bash
pip install tensorflow
```
and then check was installed correctly

```bash
python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
```


## Github
Expand Down

0 comments on commit 99d7e7c

Please sign in to comment.