Skip to content

Commit cb00aa2

Browse files
DimiChatzipavlisDimiChatzipavlis
authored andcommitted
2 parents 1ae7659 + e7f225c commit cb00aa2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2469
-979
lines changed

.kokoro/github/ubuntu/gpu/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ source venv/bin/activate
1313
python --version
1414
python3 --version
1515

16-
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:"
16+
# setting the LD_LIBRARY_PATH manually is causing segmentation fault
17+
#export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:"
1718
# Check cuda
1819
nvidia-smi
1920
nvcc --version

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To set up your local dev environment, you will need the following tools.
8383
2. [python](https://www.python.org/) to build and code in Keras.
8484

8585
The following commands check the tools above are successfully installed. Note
86-
that Keras requires at least Python 3.9 to run.
86+
that Keras requires at least Python 3.10 to run.
8787

8888
```shell
8989
git --version

0 commit comments

Comments
 (0)