Skip to content

Commit

Permalink
update both hail and aou images
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Aug 13, 2024
1 parent 197c8d0 commit 3dd4603
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"hail"
]
},
"version" : "1.1.11",
"version" : "1.1.12",
"automated_flags" : {
"generate_docs" : true,
"include_in_ui" : true,
Expand Down Expand Up @@ -143,7 +143,7 @@
"packages" : {

},
"version" : "2.2.12",
"version" : "2.2.13",
"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.13 - 2024-08-12
- Update `hail` to `0.2.130.post1`
- See https://github.com/hail-is/hail/releases/tag/0.2.130.post1 for details

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

## 2.2.12 - 2024-05-15T15:36:28.616710060Z

- Update `terra-jupyter-r` to `2.2.5`
Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-aou/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ENV PYTHONPATH $PYTHONPATH:/usr/lib/spark/python

ENV PYSPARK_PYTHON=python3

ENV HAIL_VERSION=0.2.130
ENV HAIL_VERSION=0.2.130.post1

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
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.12 - 2024-08-12
- Update `hail` to `0.2.130.post1`
- See https://github.com/hail-is/hail/releases/tag/0.2.130.post1 for details

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

## 1.1.11 - 2024-07-03
- Update `hail` to `0.2.131`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-131) 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.131
ENV HAIL_VERSION=0.2.130.post1

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 3dd4603

Please sign in to comment.