mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
fix: Dockerfile.build missing cmake in rwkv example (#301)
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
This commit is contained in:
parent
fc59f74849
commit
207ce81e4a
2 changed files with 4 additions and 0 deletions
2
examples/rwkv/.gitignore
vendored
Normal file
2
examples/rwkv/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
models/rwkv
|
||||
models/rwkv.tokenizer.json
|
|
@ -1,5 +1,7 @@
|
|||
FROM python
|
||||
|
||||
RUN apt-get update && apt-get -y install cmake
|
||||
|
||||
# convert the model (one-off)
|
||||
RUN pip3 install torch numpy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue