PyxiLabs commited on
Commit
21c8767
·
verified ·
1 Parent(s): 10bca4c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ COPY package.json ollama.sh ollama.js ./
8
  RUN apt-get update && \
9
  apt-get install -y \
10
  curl \
11
- netcat-openbsd \ # Changed from netcat to specific implementation
12
  bash && \
13
  curl -L https://ollama.ai/install.sh | sh && \
14
  chmod +x ollama.sh
 
8
  RUN apt-get update && \
9
  apt-get install -y \
10
  curl \
11
+ netcat-openbsd \
12
  bash && \
13
  curl -L https://ollama.ai/install.sh | sh && \
14
  chmod +x ollama.sh