diff --git a/docker-compose.build-streamlit.yml b/docker-compose.build-streamlit.yml index cc2b2e5a..d52b6dad 100644 --- a/docker-compose.build-streamlit.yml +++ b/docker-compose.build-streamlit.yml @@ -10,5 +10,5 @@ services: - linux/amd64 - linux/arm64 tags: - - registry-1.docker.io/oughtinc/ice:0.1.0-streamlit + - registry-1.docker.io/oughtinc/ice:0.1.1-streamlit image: ${COMPOSE_IMAGE:-ice-streamlit} diff --git a/docker-compose.build-torch.yml b/docker-compose.build-torch.yml index 944a30fb..ad503bba 100644 --- a/docker-compose.build-torch.yml +++ b/docker-compose.build-torch.yml @@ -7,5 +7,5 @@ services: platforms: - linux/amd64 tags: - - docker.io/oughtinc/ice:0.1.0-torch + - docker.io/oughtinc/ice:0.1.1-torch image: ${COMPOSE_IMAGE:-ice-torch} diff --git a/docker-compose.build.yml b/docker-compose.build.yml index 50ed5403..04ece589 100644 --- a/docker-compose.build.yml +++ b/docker-compose.build.yml @@ -8,5 +8,5 @@ services: - linux/amd64 - linux/arm64 tags: - - registry-1.docker.io/oughtinc/ice:0.1.0 + - registry-1.docker.io/oughtinc/ice:0.1.1 image: ${COMPOSE_IMAGE:-ice} diff --git a/docker-compose.streamlit.yml b/docker-compose.streamlit.yml index 0d3039cc..3cc8f694 100644 --- a/docker-compose.streamlit.yml +++ b/docker-compose.streamlit.yml @@ -1,5 +1,5 @@ services: ice: - image: registry-1.docker.io/oughtinc/ice:0.1.0-streamlit + image: registry-1.docker.io/oughtinc/ice:0.1.1-streamlit ports: - "9000:9000" diff --git a/docker-compose.torch.yml b/docker-compose.torch.yml index 88f2415a..7db3a028 100644 --- a/docker-compose.torch.yml +++ b/docker-compose.torch.yml @@ -1,6 +1,6 @@ services: ice: - image: docker.io/oughtinc/ice:0.1.0-torch + image: docker.io/oughtinc/ice:0.1.1-torch deploy: resources: reservations: diff --git a/docker-compose.yml b/docker-compose.yml index cc978dc5..38e152fe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: ice: - image: docker.io/oughtinc/ice:0.1.0 + image: docker.io/oughtinc/ice:0.1.1 environment: OUGHT_INFERENCE_API_KEY: ${OUGHT_INFERENCE_API_KEY:-} OPENAI_API_KEY: ${OPENAI_API_KEY:-} diff --git a/poetry.lock b/poetry.lock index 4d2e9448..c6709b1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -495,13 +495,13 @@ tqdm = "*" typing-extensions = ">=3.7.4.3" [package.extras] -all = ["pytest", "pytest-cov", "datasets", "soundfile", "black (>=22.0,<23.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)"] -dev = ["pytest", "pytest-cov", "datasets", "soundfile", "black (>=22.0,<23.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)"] -fastai = ["toml", "fastai (>=2.4)", "fastcore (>=1.3.27)"] -quality = ["black (>=22.0,<23.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)"] -tensorflow = ["tensorflow", "pydot", "graphviz"] -testing = ["pytest", "pytest-cov", "datasets", "soundfile"] torch = ["torch"] +testing = ["soundfile", "datasets", "pytest-cov", "pytest"] +tensorflow = ["graphviz", "pydot", "tensorflow"] +quality = ["flake8 (>=3.8.3)", "isort (>=5.5.4)", "black (>=22.0,<23.0)"] +fastai = ["fastcore (>=1.3.27)", "fastai (>=2.4)", "toml"] +dev = ["flake8 (>=3.8.3)", "isort (>=5.5.4)", "black (>=22.0,<23.0)", "soundfile", "datasets", "pytest-cov", "pytest"] +all = ["flake8 (>=3.8.3)", "isort (>=5.5.4)", "black (>=22.0,<23.0)", "soundfile", "datasets", "pytest-cov", "pytest"] [[package]] name = "identify" diff --git a/pyproject.toml b/pyproject.toml index 4a60c46b..6f094486 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ice" -version = "0.1.0" +version = "0.1.1" description = "" authors = ["Ought "] diff --git a/scripts/run-local.sh b/scripts/run-local.sh index 03e54b5d..ebdc7fbe 100755 --- a/scripts/run-local.sh +++ b/scripts/run-local.sh @@ -12,7 +12,7 @@ files="" variant="" args="" -if [ -z "${BUILD:-}" ] && git diff --name-only 0.1.0 | egrep '^((.+\.)?Dockerfile|nodesource\.gpg|poetry-requirements\.txt|poetry\.lock|pyproject\.toml|ui/package.json|ui/package-lock.json|ui/patches/[^/]+\.patch)$' >/dev/null; then +if [ -z "${BUILD:-}" ] && git diff --name-only 0.1.1 | egrep '^((.+\.)?Dockerfile|nodesource\.gpg|poetry-requirements\.txt|poetry\.lock|pyproject\.toml|ui/package.json|ui/package-lock.json|ui/patches/[^/]+\.patch)$' >/dev/null; then BUILD=1 fi diff --git a/ui/package-lock.json b/ui/package-lock.json index 65c4bf22..6d862a14 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ui", - "version": "0.1.0", + "version": "0.1.1", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.8", diff --git a/ui/package.json b/ui/package.json index 1c42dff8..1dc6ac7e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,5 +39,5 @@ "start": "next start", "postinstall": "patch-package" }, - "version": "0.1.0" + "version": "0.1.1" }