Skip to content

Commit

Permalink
pin TF to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tawnkramer committed Jul 1, 2019
1 parent e24eaae commit 796efdf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/guide/host_pc/setup_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pip install -e .[pc]
You should have an NVidia GPU with the latest drivers. Conda will handle installing the correct cuda and cuddn libraries for the version of tensorflow you are using.

```
conda install tensorflow-gpu
conda install tensorflow-gpu==1.13.1
```

* Create your local working dir:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/host_pc/setup_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pip install -e .[pc]
If you have an NVidia card, you should update to the lastest drivers and [install Cuda SDK](https://www.tensorflow.org/install/gpu#windows_setup).

```
conda install tensorflow-gpu
conda install tensorflow-gpu==1.13.1
```

* Create your local working dir:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/robot_sbc/setup_raspberry_pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ git clone https://github.com/autorope/donkeycar
cd donkeycar
git checkout master
pip install -e .[pi]
pip install tensorflow
pip install tensorflow==1.13.1
```

You can validate your tensorflow install with
Expand Down
3 changes: 2 additions & 1 deletion install/envs/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ dependencies:

- h5py
- pillow
- tensorflow
- tensorflow==1.13.1
- opencv
- matplotlib
- tornado
- docopt
- pandas
- pylint
- pytest
- pip

- pip:
- moviepy
Expand Down
3 changes: 2 additions & 1 deletion install/envs/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ dependencies:

- h5py
- pillow
- tensorflow
- tensorflow==1.13.1
- opencv
- matplotlib
- tornado
- docopt
- pandas
- pylint
- pytest
- pip

- pip:
- moviepy
Expand Down
3 changes: 2 additions & 1 deletion install/envs/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ dependencies:

- h5py
- pillow
- tensorflow
- tensorflow==1.13.1
- opencv
- matplotlib
- tornado
- docopt
- pandas
- pylint
- pytest
- pip

- pip:
- moviepy
Expand Down

0 comments on commit 796efdf

Please sign in to comment.