File tree Expand file tree Collapse file tree
python-correlation-heatmap Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.0
2+ current_version = 0.3.1
33commit = True
44tag = True
55tag_name = python-correlation-heatmap-{new_version}
@@ -9,3 +9,4 @@ serialize = {major}.{minor}.{patch}
99[bumpversion:file:Dockerfile]
1010
1111[bumpversion:file:Dockerfile.pca]
12+
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM hbpmip/python-mip:0.6.1
2020
2121MAINTAINER mirco.nasuti@chuv.ch
2222
23- ENV DOCKER_IMAGE=hbpmip/python-correlation-heatmap:0.3.0 \
23+ ENV DOCKER_IMAGE=hbpmip/python-correlation-heatmap:0.3.1 \
2424 FUNCTION=python-correlation-heatmap
2525
2626COPY requirements.txt /requirements.txt
Original file line number Diff line number Diff line change 22
33FROM hbpmip/python-correlation-heatmap
44
5- ENV DOCKER_IMAGE=hbpmip/python-distributed-pca:0.3.0 \
5+ ENV DOCKER_IMAGE=hbpmip/python-distributed-pca:0.3.1 \
66 FUNCTION=python-distributed-pca \
77 MODEL_PARAM_graph=pca
88
You can’t perform that action at this time.
0 commit comments