Spaces:
Sleeping
Sleeping
rajsinghparihar
commited on
Commit
·
f3c667d
1
Parent(s):
1c3ed7d
add wget to dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
|
|
6 |
|
7 |
# Install the necessary dependencies
|
8 |
RUN apt-get update && apt-get install -y \
|
9 |
-
curl \
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
# Download the Llamafile
|
|
|
6 |
|
7 |
# Install the necessary dependencies
|
8 |
RUN apt-get update && apt-get install -y \
|
9 |
+
curl wget \
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
# Download the Llamafile
|