Commit Graph

14 Commits

Author SHA1 Message Date
moqimoqidea
9da18587f5
ci: fix Dockerfile.cuda: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (#2629)
When docker build then log show:

```txt
 2 warnings found (use --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 9)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 49)
```
2024-07-12 17:01:45 +08:00
Meng Zhang
a480375aa7 ci: fix docker build by adding cuda compat ld load path to fix missing
libcuda.so.1
2024-07-03 20:55:51 +09:00
Meng Zhang
3b82340091
Revert "ci: add compat ld path for locatinglibcuda.so.1 in docker build " (#2553)
This reverts commit 15e2e34441.
2024-06-30 17:19:47 +09:00
神楽坂·喵
9cba98d146
add openmp lib to dockerfiles (#2520)
revert vscode auto formatter changes
2024-06-28 11:10:54 +08:00
神楽坂·喵
15e2e34441
ci: add compat ld path for locatinglibcuda.so.1 in docker build 2024-06-26 12:33:01 +08:00
Meng Zhang
fbc03f85d5
ci: install katana in docker build (#2466)
* ci: install katana in docker build

* updatE

* Update Dockerfile.cuda
2024-06-21 16:50:06 +08:00
Anton Kushakov
98b7abda57
fix(docker): correct dockerfiles to fix build (#2204)
* fix(docker): Add missing && in Dockerfile

fixes:
cp: -r not specified; omitting directory '/opt/tabby/bin/'
cp: cannot stat 'cp': No such file or directory

* fix(docker): create tabby-cpu from bin that have copied already

`target/release` is not available in next instructions because it is mounted as cache
2024-05-20 20:45:10 -07:00
Meng Zhang
a7d48f2d91
ci: fix dockerfile build, llama-server needs to be copied as well (#2117) 2024-05-13 21:01:43 -07:00
Meng Zhang
20bf704814
ci: split llama-server and tabby release (#2116)
* always use llama-server binary name

* update

* update

* update

* fix

* update

* update

* update

* update
2024-05-14 02:49:24 +00:00
Meng Zhang
5d8f0bda67
ci: update Dockerfile, no longer need to build tabby-cpu as llama.cpp… (#2115)
* ci: update Dockerfile, no longer need to build tabby-cpu as llama.cpp dependency is separated now

* update

* update
2024-05-13 17:37:29 -07:00
Meng Zhang
de30a855cc
chore: add coloreye for ease of debugging (#2037) 2024-05-06 17:57:20 +00:00
Meng Zhang
94a7197970
chore(docker): add curl to docker image (#2041) 2024-05-03 10:57:55 -07:00
Meng Zhang
8e46b8e615
refactor(core): extract prod feature in tabby crate (#1797)
* refactor(core): extract prod feature in tabby crate

* update

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-04-10 00:50:45 +00:00
Meng Zhang
c6ca214d13
ci: add rocm dockerfile (#1543)
* chore: separate images of different device types

* fix: rocm runtime missing lib

* fix: cuda runtime missing lib

* update

* update

* update docker

* update

* update

* update

* update

---------

Co-authored-by: KagurazakaNyaa <dev@kagurazakanyaa.com>
2024-02-26 13:13:40 -08:00