Spaces:
Sleeping
Sleeping
final try 7
Browse files- Dockerfile +1 -0
- app/requirements.txt +0 -0
Dockerfile
CHANGED
|
@@ -24,6 +24,7 @@ RUN apt-get update \
|
|
| 24 |
|
| 25 |
# copy and install Python reqs
|
| 26 |
COPY app/requirements.txt /app/requirements.txt
|
|
|
|
| 27 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 28 |
# download Qdrant binary
|
| 29 |
RUN wget https://github.com/qdrant/qdrant/releases/download/v1.11.5/qdrant-x86_64-unknown-linux-gnu.tar.gz \
|
|
|
|
| 24 |
|
| 25 |
# copy and install Python reqs
|
| 26 |
COPY app/requirements.txt /app/requirements.txt
|
| 27 |
+
RUN pip update pip
|
| 28 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 29 |
# download Qdrant binary
|
| 30 |
RUN wget https://github.com/qdrant/qdrant/releases/download/v1.11.5/qdrant-x86_64-unknown-linux-gnu.tar.gz \
|
app/requirements.txt
CHANGED
|
Binary files a/app/requirements.txt and b/app/requirements.txt differ
|
|
|