Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
2ff74404
"ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "7c15166d8236ac9c84d78fc4c15e1b29459939b5"
Unverified
Commit
2ff74404
authored
Mar 03, 2026
by
Biswa Panda
Committed by
GitHub
Mar 03, 2026
Browse files
fix: update nixl version to 0.10.0 (#6789)
parent
9f3b7b33
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
deploy/pre-deployment/nixl/README.md
deploy/pre-deployment/nixl/README.md
+3
-3
deploy/pre-deployment/nixl/build_and_deploy.sh
deploy/pre-deployment/nixl/build_and_deploy.sh
+1
-1
No files found.
deploy/pre-deployment/nixl/README.md
View file @
2ff74404
...
@@ -95,11 +95,11 @@ The script only prompts for Docker registry information when needed:
...
@@ -95,11 +95,11 @@ The script only prompts for Docker registry information when needed:
## What Each Step Does
## What Each Step Does
### Step 1: Build nixlbench Docker Image
### Step 1: Build nixlbench Docker Image
-
Downloads NIXL source code (version 0.
6
.0) from GitHub
-
Downloads NIXL source code (version 0.
10
.0) from GitHub
-
Extracts and navigates to the build directory
-
Extracts and navigates to the build directory
-
Pauses for user confirmation before building
-
Pauses for user confirmation before building
-
Builds Docker image with specified registry and architecture
-
Builds Docker image with specified registry and architecture
-
Tags image as:
`{registry}/nixlbench:0.
6
.0-{arch}`
-
Tags image as:
`{registry}/nixlbench:0.
10
.0-{arch}`
### Step 2: Update Deployment YAML File
### Step 2: Update Deployment YAML File
-
Copies base deployment template (
`nixlbench-deployment.yaml`
)
-
Copies base deployment template (
`nixlbench-deployment.yaml`
)
...
@@ -231,7 +231,7 @@ This will help diagnose:
...
@@ -231,7 +231,7 @@ This will help diagnose:
2.
**Image Pull Issues**
:
2.
**Image Pull Issues**
:
-
Verify registry credentials are configured
-
Verify registry credentials are configured
-
Check image exists:
`docker pull {registry}/nixlbench:0.
6
.0-{arch}`
-
Check image exists:
`docker pull {registry}/nixlbench:0.
10
.0-{arch}`
-
Ensure image was pushed successfully after build
-
Ensure image was pushed successfully after build
3.
**Build Failures**
:
3.
**Build Failures**
:
...
...
deploy/pre-deployment/nixl/build_and_deploy.sh
View file @
2ff74404
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
set
-euo
pipefail
set
-euo
pipefail
NIXL_VERSION
=
"0.
6
.0"
NIXL_VERSION
=
"0.
10
.0"
SCRIPT_DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
SCRIPT_DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
# Function to check if a command exists
# Function to check if a command exists
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment