Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -8,11 +8,8 @@ RUN apk update && \
|
|
| 8 |
apk add --no-cache --update \
|
| 9 |
curl \
|
| 10 |
netcat-openbsd \
|
| 11 |
-
python3 \
|
| 12 |
-
py3-pip \
|
| 13 |
bash && \
|
| 14 |
curl https://ollama.ai/install.sh | sh && \
|
| 15 |
-
pip3 install --no-cache-dir -r requirements.txt && \
|
| 16 |
chmod +x ollama.sh
|
| 17 |
|
| 18 |
RUN npm i cloudflared-tunnel
|
|
|
|
| 8 |
apk add --no-cache --update \
|
| 9 |
curl \
|
| 10 |
netcat-openbsd \
|
|
|
|
|
|
|
| 11 |
bash && \
|
| 12 |
curl https://ollama.ai/install.sh | sh && \
|
|
|
|
| 13 |
chmod +x ollama.sh
|
| 14 |
|
| 15 |
RUN npm i cloudflared-tunnel
|