-
-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade TF to 2.15 and update sample code
- Loading branch information
1 parent
bb4ea56
commit 59c7f01
Showing
8 changed files
with
8,139 additions
and
2,728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -447,7 +447,7 @@ LABEL maintainer="Christoph Schranz <[email protected]>, Mat | |
# installation via conda leads to errors in version 4.8.2 | ||
USER ${NB_UID} | ||
RUN pip install --upgrade pip && \ | ||
pip install --no-cache-dir tensorflow==2.14.0 keras==2.14.0 && \ | ||
pip install --no-cache-dir tensorflow==2.15.0 keras==2.15.0 && \ | ||
fix-permissions "${CONDA_DIR}" && \ | ||
fix-permissions "/home/${NB_USER}" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.