Skip to content

Commit

Permalink
Merge branch 'master' into update-terra-jupyter-hail-to-hail-0.2.125
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo authored Oct 27, 2023
2 parents c0a1341 + 04dc728 commit ab8924a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"r"
],
"packages" : {},
"version" : "2.2.4",
"version" : "2.2.5",
"automated_flags" : {
"include_in_ui" : false,
"generate_docs" : false,
Expand Down
6 changes: 6 additions & 0 deletions terra-jupyter-aou/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.2.5 - 2023-10-27
- Update `hail` to `0.2.125`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-125) for details

Image URL: `us.gcr.io/broad-dsp-gcr-public/terra-jupyter-aou:2.2.5`

## 2.2.4 - 2023-10-06
- Update `terra-jupyter-gatk` to `2.3.4`
- Update `terra-jupyter-python` to `1.1.4`
Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-aou/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ENV PYTHONPATH $PYTHONPATH:/usr/lib/spark/python

ENV PYSPARK_PYTHON=python3

ENV HAIL_VERSION=0.2.120
ENV HAIL_VERSION=0.2.125

RUN find $JUPYTER_HOME/scripts -name '*.sh' -type f | xargs chmod +x \
&& $JUPYTER_HOME/scripts/kernel/kernelspec.sh $JUPYTER_HOME/scripts/kernel /opt/conda/share/jupyter/kernels \
Expand Down

0 comments on commit ab8924a

Please sign in to comment.