Skip to content

Commit

Permalink
SynapseAi 1.15.1 release
Browse files Browse the repository at this point in the history
 * Update dockerfiles with 1.15.1 content
  • Loading branch information
ltran5991 committed Apr 5, 2024
1 parent d7b1b21 commit d76f6ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ BUILD_DIR ?= $(CURDIR)/dockerbuild

REPO_SERVER ?= vault.habana.ai
PT_VERSION ?= 2.2.0
RELEASE_VERSION ?= 1.15.0
RELEASE_BUILD_ID ?= 479
RELEASE_VERSION ?= 1.15.1
RELEASE_BUILD_ID ?= 15

BASE_IMAGE_URL ?= base-installer-$(BUILD_OS)
IMAGE_URL = $(IMAGE_NAME):$(RELEASE_VERSION)-$(RELEASE_BUILD_ID)
Expand Down
2 changes: 1 addition & 1 deletion utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ options:
Note: Please run this script with one operation at a time
```
### Operations
## Operations

Before executing any operation, this script finds all the Habana network interfaces available on the system and stores the Habana interface information into a list.
The list will be used for the operations. If no Habana network interface is found, the script will exit.
Expand Down

0 comments on commit d76f6ae

Please sign in to comment.