zhengr commited on
Commit
0d1e92b
·
verified ·
1 Parent(s): 625f3f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -39,8 +39,8 @@ RUN ls $HOME/models
39
  WORKDIR $HOME/app
40
 
41
  # Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
42
- RUN curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v 0.13.5
43
- RUN curl -LO https://github.com/LlamaEdge/LlamaEdge/releases/latest/download/llama-api-server.wasm
44
  RUN curl -LO https://github.com/second-state/chatbot-ui/releases/latest/download/chatbot-ui.tar.gz; tar xzf chatbot-ui.tar.gz; rm chatbot-ui.tar.gz
45
  #COPY run.sh .
46
 
 
39
  WORKDIR $HOME/app
40
 
41
  # Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
42
+ RUN curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v 0.14.0
43
+ RUN curl -LO https://github.com/LlamaEdge/LlamaEdge/releases/latest/download/llama-api-server-full.wasm
44
  RUN curl -LO https://github.com/second-state/chatbot-ui/releases/latest/download/chatbot-ui.tar.gz; tar xzf chatbot-ui.tar.gz; rm chatbot-ui.tar.gz
45
  #COPY run.sh .
46