Skip to content

Commit

Permalink
Merge pull request #29 from yambottle/master
Browse files Browse the repository at this point in the history
djlabhub jupyterlab version update, size control increase
  • Loading branch information
guzman-raphael authored Apr 23, 2022
2 parents 9119bd9 + 9233e31 commit a7ee3ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
JUPYTERHUB_VER: '1.4.2'
DOCKER_CLIENT_TIMEOUT: "120"
COMPOSE_HTTP_TIMEOUT: "120"
BASE_IMAGE_HASH: "0f0e05f"
BASE_IMAGE_HASH: "b980d46"
steps:
- uses: actions/checkout@v2
- name: Determine platform tag
Expand Down
2 changes: 1 addition & 1 deletion config/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PY_VER=3.9

JUPYTERHUB_VER=1.4.2

BASE_IMAGE_HASH=0f0e05f
BASE_IMAGE_HASH=b980d46



Expand Down
2 changes: 1 addition & 1 deletion tests/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ elif [ $DISTRO == debian ] && [ $PY_VER == '3.8' ]; then
elif [ $DISTRO == debian ] && [ $PY_VER == '3.7' ]; then
SIZE_LIMIT=912
fi
SIZE_LIMIT=$(echo "scale=4; $SIZE_LIMIT * 1.02" | bc)
SIZE_LIMIT=$(echo "scale=4; $SIZE_LIMIT * 1.10" | bc)
# verify size minimal
SIZE=$(docker images --filter "reference=$REF" --format "{{.Size}}" | awk -F'MB' '{print $1}')
assert "minimal footprint" "(( $(echo "$SIZE <= $SIZE_LIMIT" | bc -l) ))" $LINENO
Expand Down

0 comments on commit a7ee3ce

Please sign in to comment.