Skip to content

Commit

Permalink
IA-4894: update terra-jupyter-hail to Hail 0.2.130 (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpate4 authored Apr 22, 2024
1 parent b26fb19 commit 0a514b8
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 @@ -47,7 +47,7 @@
"hail"
]
},
"version" : "1.1.9",
"version" : "1.1.10",
"automated_flags" : {
"generate_docs" : true,
"include_in_ui" : true,
Expand Down
6 changes: 6 additions & 0 deletions terra-jupyter-hail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.10 - 2024-04-10
- Update `hail` to `0.2.130`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-130) for details

Image URL: `us.gcr.io/broad-dsp-gcr-public/terra-jupyter-hail:1.1.10`

## 1.1.9 - 2024-01-12
- Update `hail` to `0.2.128`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-128) for details
Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-hail/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER root
ENV PIP_USER=false
ENV PYTHONPATH $PYTHONPATH:/usr/lib/spark/python
ENV PYSPARK_PYTHON=python3
ENV HAIL_VERSION=0.2.128
ENV HAIL_VERSION=0.2.130

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 0a514b8

Please sign in to comment.