Skip to content

Commit

Permalink
Merge pull request #25 from eipm/develop
Browse files Browse the repository at this point in the history
v1.2.2
  • Loading branch information
alexsigaras authored Jan 12, 2022
2 parents 06cf814 + b0a499a commit 3f52f11
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 34 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
# Publish `main` as Docker `latest` image.
branches:
- main
- develop

# Publish `v1.2.3` tags as releases.
tags:
Expand All @@ -18,11 +19,9 @@ env:
IMAGE_NAME: stork

jobs:

# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
push:

runs-on: ubuntu-latest
if: github.event_name == 'push'

Expand Down Expand Up @@ -50,6 +49,7 @@ jobs:
# Use Docker `latest` tag convention
[ "$VERSION" == "main" ] && VERSION=latest
[ "$VERSION" == "develop" ] && VERSION=develop
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
Expand All @@ -62,7 +62,7 @@ jobs:
with:
username: ${{ secrets.EIPM_DOCKER_HUB_USERNAME }}
password: ${{ secrets.EIPM_DOCKER_HUB_TOKEN }}

- name: Push image to EIPM Docker Hub
run: |
IMAGE_ID=eipm/$IMAGE_NAME
Expand All @@ -78,6 +78,7 @@ jobs:
# Use Docker `latest` tag convention
[ "$VERSION" == "main" ] && VERSION=latest
[ "$VERSION" == "develop" ] && VERSION=develop
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6.8-stretch
FROM python:3.7.9-buster
#===============================#
# Docker Image Configuration #
#===============================#
Expand All @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.source='https://github.com/eipm/stork' \
description='STORK' \
maintainer='[email protected]' \
base_image='python' \
base_image_version='3.6.8-stretch'
base_image_version='3.7.9-buster'

ENV APP_NAME='stork' \
TZ='US/Eastern' \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://doi.org/10.1038/s41746-019-0096-y

Classify IVF images in real time.

[![Actions Status](https://github.com/eipm/stork/workflows/Docker/badge.svg)](https://github.com/eipm/stork/actions) [![Github](https://img.shields.io/badge/github-1.2.1-green?style=flat&logo=github)](https://github.com/eipm/stork) [![EIPM Docker Hub](https://img.shields.io/badge/EIPM%20docker%20hub-1.2.1-blue?style=flat&logo=docker)](https://hub.docker.com/repository/docker/eipm/stork) [![GitHub Container Registry](https://img.shields.io/badge/GitHub%20Container%20Registry-1.2.1-blue?style=flat&logo=docker)](https://github.com/orgs/eipm/packages/container/package/stork) [![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg)](https://www.python.org/downloads/release/python-360/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Actions Status](https://github.com/eipm/stork/workflows/Docker/badge.svg)](https://github.com/eipm/stork/actions) [![Github](https://img.shields.io/badge/github-1.2.2-green?style=flat&logo=github)](https://github.com/eipm/stork) [![EIPM Docker Hub](https://img.shields.io/badge/EIPM%20docker%20hub-1.2.2-blue?style=flat&logo=docker)](https://hub.docker.com/repository/docker/eipm/stork) [![GitHub Container Registry](https://img.shields.io/badge/GitHub%20Container%20Registry-1.2.2-blue?style=flat&logo=docker)](https://github.com/orgs/eipm/packages/container/package/stork) [![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg)](https://www.python.org/downloads/release/python-360/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Run Stork

Expand Down
48 changes: 24 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
absl-py==0.7.0
astor==0.7.1
cachetools==2.1.0
certifi==2018.10.15
absl-py==0.10.0
astor==0.8.1
cachetools==4.1.1
certifi==2020.6.20
chardet==3.0.4
Click==7.0
Click==7.1.2
CouchDB==1.2
Flask==1.0.2
Flask-Cors==3.0.7
Flask==1.1.2
Flask-Cors==3.0.9
Flask-Uploads==0.2.1
gast==0.2.2
grpcio==1.15.0
h5py==2.9.0
idna==2.7
grpcio==1.32.0
h5py==2.10.0
idna==2.10
itsdangerous==1.1.0
Jinja2==2.10
Keras-Applications==1.0.6
Jinja2==2.11.3
Keras-Applications==1.0.8
Keras-Preprocessing==1.0.5
Markdown==3.0.1
MarkupSafe==1.1.0
numpy==1.15.2
protobuf==3.6.1
Markdown==3.2.2
MarkupSafe==1.1.1
numpy==1.18.5
protobuf==3.13.0
pyasn1==0.4.4
pyasn1-modules==0.2.2
pytz==2018.5
requests==2.20.0
requests==2.27.1
rsa==4.7
selenium==3.14.1
six==1.12.0
tensorboard==1.12.2
tensorflow==1.12.0
selenium==3.141.0
six==1.15.0
tensorboard==1.15.0
tensorflow==1.15.4
termcolor==1.1.0
urllib3==1.24
urllib3==1.26.5
virtualenv==16.2.0
Werkzeug==0.14.1
opencv-python==4.0.0.21
Werkzeug==1.0.1
opencv-python==4.2.0.32
5 changes: 3 additions & 2 deletions src/api/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version = '1.2.1'
version = '1.2.2'


def api_version():
return version
return version
2 changes: 1 addition & 1 deletion src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
<footer>
<div>Copyright © <span id="year"></span> Englander Institute for Precision Medicine</div>
<div>Stork Version 1.2.1</div>
<div>Stork Version 1.2.2</div>
<img alt="logo" class="footer-logo" src="assets/LOGO_ENGLANDER_2LINE_RGB.png">
</footer>

Expand Down
2 changes: 1 addition & 1 deletion src/static/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h5 class="login-title">Log in</h5>
</div>
<footer>
<div>Copyright © <span id="year"></span> Englander Institute for Precision Medicine</div>
<div>Stork Version 1.2.1</div>
<div>Stork Version 1.2.2</div>
<img alt="logo" class="footer-logo" src="assets/LOGO_ENGLANDER_2LINE_RGB.png">
</footer>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.min.js"></script>
Expand Down

0 comments on commit 3f52f11

Please sign in to comment.