-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [IA-4362] Upgrade to python 3.10 and remove gatk-ovtf * updating versions * removing minor version * strings around 3.10 * more strings * remove rm nvidia * py310 tf-gpu * cromshell fix * add back in packages * updating protobuf to align with deep learning image * rich already installed, changing test package * docstring-parser already installed, changing test package * actually install the package; * move print statement * updating requirements * removing google-auth, adding bq to solve dependency probs * move assert back into print block * remove keras install * disable binaries * change terra-platform env var * oops, local version * enable toc2 and remove python3.10-dev * dont downgrade contrib_nbextensions * removing comments * wrong legacy version + remove key thing * versions file bump as well * update version
- Loading branch information
1 parent
5c0f94e
commit aeedecb
Showing
47 changed files
with
155 additions
and
973 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
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
|
@@ -15,4 +15,6 @@ package-lock.json | |
.bash_history | ||
.conda/ | ||
.python_history | ||
.keras/ | ||
.keras/ | ||
.ammonite/ | ||
.metals/ |
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
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
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
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
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 |
---|---|---|
@@ -1,11 +1,20 @@ | ||
[ | ||
{ | ||
"updated": "2023-02-09", | ||
"image": "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-bioconductor:2.1.9", | ||
"updated": "2023-06-23", | ||
"image": "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-bioconductor:2.1.11", | ||
"label": "Legacy R / Bioconductor (R 4.2.2, Bioconductor 3.16, Python 3.7.12)", | ||
"version": "2.1.9", | ||
"version": "2.1.11", | ||
"requiresSpark": false, | ||
"packages": "https://storage.googleapis.com/terra-docker-image-documentation/terra-jupyter-bioconductor-2.1.9-versions.json", | ||
"packages": "https://storage.googleapis.com/terra-docker-image-documentation/terra-jupyter-bioconductor-2.1.11-versions.json", | ||
"id": "terra-jupyter-bioconductor_legacy" | ||
}, | ||
{ | ||
"updated": "2023-06-23", | ||
"image": "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-gatk:2.2.14", | ||
"label": "Legacy GATK (GATK 4.2.4.0, Python 3.7.12, R 4.3.0)", | ||
"version": "2.2.14", | ||
"requiresSpark": false, | ||
"packages": "https://storage.googleapis.com/terra-docker-image-documentation/terra-jupyter-gatk:2.2.14-versions.json", | ||
"id": "terra-jupyter-gatk_legacy" | ||
} | ||
] |
Oops, something went wrong.