Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,7 +39,7 @@ 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.
|
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 .
|
|
|
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.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 .
|