Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
b7bddeeb
Unverified
Commit
b7bddeeb
authored
Nov 22, 2024
by
R0CKSTAR
Committed by
GitHub
Nov 21, 2024
Browse files
env.sh: cleanup unused RELEASE_IMAGE_REPO (#6855)
Signed-off-by:
Xiaodong Ye
<
xiaodong.ye@mthreads.com
>
parent
6a0c2ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
scripts/env.sh
scripts/env.sh
+0
-1
No files found.
scripts/env.sh
View file @
b7bddeeb
...
@@ -5,7 +5,6 @@ export GOFLAGS="'-ldflags=-w -s \"-X=github.com/ollama/ollama/version.Version=$V
...
@@ -5,7 +5,6 @@ export GOFLAGS="'-ldflags=-w -s \"-X=github.com/ollama/ollama/version.Version=$V
# TODO - consider `docker buildx ls --format=json` to autodiscover platform capability
# TODO - consider `docker buildx ls --format=json` to autodiscover platform capability
PLATFORM
=
${
PLATFORM
:-
"linux/arm64,linux/amd64"
}
PLATFORM
=
${
PLATFORM
:-
"linux/arm64,linux/amd64"
}
DOCKER_ORG
=
${
DOCKER_ORG
:-
"ollama"
}
DOCKER_ORG
=
${
DOCKER_ORG
:-
"ollama"
}
RELEASE_IMAGE_REPO
=
${
RELEASE_IMAGE_REPO
:-
"
${
DOCKER_ORG
}
/release"
}
FINAL_IMAGE_REPO
=
${
FINAL_IMAGE_REPO
:-
"
${
DOCKER_ORG
}
/ollama"
}
FINAL_IMAGE_REPO
=
${
FINAL_IMAGE_REPO
:-
"
${
DOCKER_ORG
}
/ollama"
}
OLLAMA_COMMON_BUILD_ARGS
=
"--build-arg=VERSION
\
OLLAMA_COMMON_BUILD_ARGS
=
"--build-arg=VERSION
\
--build-arg=GOFLAGS
\
--build-arg=GOFLAGS
\
...
...
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