Skip to content

Commit

Permalink
pin tf-keras for 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfurmanek committed Oct 11, 2024
1 parent 6b10bbd commit b61eb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ python3 -m pip install --user virtualenv

# Disable the cache dir to save image space, and install packages
python3 -m pip install --no-cache-dir -r $REQUIREMENTS -U
python3 -m pip install --no-cache-dir --no-deps tf-keras==2.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ python3 --version
echo "Install Requirements"
# Disable the cache dir to save image space, and install packages
python3 -m pip install --no-cache-dir -r $REQUIREMENTS -U
python3 -m pip install --no-cache-dir --no-deps tf-keras-nightly
python3 -m pip install --no-cache-dir --no-deps tf-keras==2.16.0

0 comments on commit b61eb7f

Please sign in to comment.