diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8b21b73..040bfc9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.9 +current_version = 2.0.10 commit = False message = service version: {current_version} → {new_version} tag = False diff --git a/.github/workflows/check-image.yml b/.github/workflows/check-image.yml index d64dc01..ddbb26f 100644 --- a/.github/workflows/check-image.yml +++ b/.github/workflows/check-image.yml @@ -19,4 +19,4 @@ jobs: - name: Build all images if multiple uses: docker://itisfoundation/ci-service-integration-library:v1.0.3-dev-4 with: - args: docker-compose build + args: docker compose build diff --git a/.osparc/jupyter-math/metadata.yml b/.osparc/jupyter-math/metadata.yml index 411b454..b1d70ce 100644 --- a/.osparc/jupyter-math/metadata.yml +++ b/.osparc/jupyter-math/metadata.yml @@ -9,7 +9,7 @@ description: " key: simcore/services/dynamic/jupyter-math -version: 2.0.9 +version: 2.0.10 integration-version: 2.0.0 type: dynamic authors: diff --git a/Dockerfile b/Dockerfile index 40bfcc9..db00537 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ USER root RUN apt-get update && \ apt-get install -y --no-install-recommends \ + libopenblas-base \ gfortran \ ffmpeg \ make \ @@ -95,4 +96,4 @@ RUN echo 'export PATH="/home/${NB_USER}/.venv/bin:$PATH"' >> "/home/${NB_USER}/. EXPOSE 8888 -ENTRYPOINT [ "/bin/bash", "/docker/entrypoint.bash" ] \ No newline at end of file +ENTRYPOINT [ "/bin/bash", "/docker/entrypoint.bash" ] diff --git a/Makefile b/Makefile index cf4b223..46ea76c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = /bin/sh .DEFAULT_GOAL := help export DOCKER_IMAGE_NAME ?= jupyter-math -export DOCKER_IMAGE_TAG ?= 2.0.9 +export DOCKER_IMAGE_TAG ?= 2.0.10 # PYTHON ENVIRON --------------------------------------------------------------------------------------- @@ -53,12 +53,12 @@ compose-spec: ## runs ooil to assemble the docker-compose.yml file sh -c "cd /${DOCKER_IMAGE_NAME} && ooil compose" build: | compose-spec ## build docker image - docker-compose build + docker compose build # To test built service locally ------------------------------------------------------------------------- .PHONY: run-local run-local: ## runs image with local configuration - docker-compose --file docker-compose-local.yml up + docker compose --file docker-compose-local.yml up .PHONY: publish-local publish-local: ## push to local throw away registry to test integration diff --git a/README.md b/README.md index b25f891..096624f 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,7 @@ make publish-local ### Testing manually After a new service version has been published on the master deployment, it can be manually tested. For example a Template, called "Test Jupyter-math 2.0.9 ipywidgets" can be used for internal testing on the master deployment. + + +### Changelog +v2.0.10 (2023-12-11): add openBLAS for faster Octave solution \ No newline at end of file diff --git a/docker-compose-local.yml b/docker-compose-local.yml index cd07d0d..5e6a377 100644 --- a/docker-compose-local.yml +++ b/docker-compose-local.yml @@ -1,7 +1,7 @@ version: '3.7' services: jupyter-math: - image: simcore/services/dynamic/jupyter-math:2.0.9 + image: simcore/services/dynamic/jupyter-math:2.0.10 ports: - "8888:8888" environment: