jbilcke-hf HF staff commited on
Commit
fb66bfc
·
1 Parent(s): 6a1e214

let's try building only llama-cpp

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -53,7 +53,7 @@ WORKDIR $HOME/app/llama-node
53
 
54
  RUN git submodule update --init --recursive
55
 
56
- RUN pnpm install --ignore-scripts
57
 
58
  WORKDIR $HOME/app/llama-node/packages/llama-cpp
59
 
@@ -61,6 +61,8 @@ RUN pnpm build:cuda
61
 
62
  ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:$HOME/.llama-node
63
 
 
 
64
  # ok.. should be good?
65
 
66
  COPY --chown=user . .
 
53
 
54
  RUN git submodule update --init --recursive
55
 
56
+ # RUN pnpm install --ignore-scripts
57
 
58
  WORKDIR $HOME/app/llama-node/packages/llama-cpp
59
 
 
61
 
62
  ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:$HOME/.llama-node
63
 
64
+ WORKDIR $HOME/app
65
+
66
  # ok.. should be good?
67
 
68
  COPY --chown=user . .