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
82ca694d
"git@developer.sourcefind.cn:OpenDAS/ktransformers.git" did not exist on "6617549de0d1f40b0e9254105be7dcc11bf97de5"
Unverified
Commit
82ca694d
authored
Mar 09, 2024
by
Daniel Hiltgen
Committed by
GitHub
Mar 09, 2024
Browse files
Rename ROCm deps file to avoid confusion (#3025)
parent
5017a15b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
82ca694d
...
@@ -46,7 +46,7 @@ RUN mkdir /tmp/scratch && \
...
@@ -46,7 +46,7 @@ RUN mkdir /tmp/scratch && \
done
&&
\
done
&&
\
(
cd
/opt/rocm/lib
&&
tar
cf - rocblas/library
)
|
(
cd
/tmp/scratch/
&&
tar
xf -
)
&&
\
(
cd
/opt/rocm/lib
&&
tar
cf - rocblas/library
)
|
(
cd
/tmp/scratch/
&&
tar
xf -
)
&&
\
mkdir
-p
/go/src/github.com/jmorganca/ollama/dist/deps/
&&
\
mkdir
-p
/go/src/github.com/jmorganca/ollama/dist/deps/
&&
\
(
cd
/tmp/scratch/
&&
tar
czvf /go/src/github.com/jmorganca/ollama/dist/deps/
rocm
-amd64-
deps
.tgz
.
)
(
cd
/tmp/scratch/
&&
tar
czvf /go/src/github.com/jmorganca/ollama/dist/deps/
ollama-linux
-amd64-
rocm
.tgz
.
)
FROM
--platform=linux/amd64 centos:7 AS cpu-builder-amd64
FROM
--platform=linux/amd64 centos:7 AS cpu-builder-amd64
...
...
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