Commit
·
1e042d7
1
Parent(s):
5d35007
debugging
Browse files- Dockerfile +5 -0
Dockerfile
CHANGED
@@ -57,6 +57,11 @@ RUN git submodule update --init --recursive
|
|
57 |
|
58 |
RUN pnpm install --ignore-scripts
|
59 |
|
|
|
|
|
|
|
|
|
|
|
60 |
WORKDIR $HOME/app/llama-node/packages/llama-cpp
|
61 |
|
62 |
RUN pnpm build:cuda
|
|
|
57 |
|
58 |
RUN pnpm install --ignore-scripts
|
59 |
|
60 |
+
# let's try to build backends, to see
|
61 |
+
RUN pnpm build:llama-cpp
|
62 |
+
|
63 |
+
RUN pnpm:build
|
64 |
+
|
65 |
WORKDIR $HOME/app/llama-node/packages/llama-cpp
|
66 |
|
67 |
RUN pnpm build:cuda
|