Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,8 @@ WORKDIR $HOME
|
|
| 9 |
RUN mkdir -p $HOME/.ollama && chown -R ollama-user:ollama-user $HOME/.ollama
|
| 10 |
|
| 11 |
# Install netcat (nc) for checking server readiness
|
| 12 |
-
RUN apt-get update && apt-get install -y netcat
|
|
|
|
| 13 |
|
| 14 |
# Copy the entrypoint script
|
| 15 |
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
|
|
|
| 9 |
RUN mkdir -p $HOME/.ollama && chown -R ollama-user:ollama-user $HOME/.ollama
|
| 10 |
|
| 11 |
# Install netcat (nc) for checking server readiness
|
| 12 |
+
RUN apt-get update && apt-get install -y netcat-openbsd
|
| 13 |
+
|
| 14 |
|
| 15 |
# Copy the entrypoint script
|
| 16 |
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|