fix: Dockerfile.build missing cmake in rwkv example (#301)

Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
This commit is contained in:
Tyler Gillson 2023-05-18 16:08:20 -07:00 committed by GitHub
parent fc59f74849
commit 207ce81e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

2
examples/rwkv/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
models/rwkv
models/rwkv.tokenizer.json

View File

@ -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