Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ ENV PORT=7860
|
|
36 |
COPY --from=build-image ${MODEL} ${MODEL}
|
37 |
COPY ./main.py ./
|
38 |
COPY ./start_server.sh ./
|
39 |
-
COPY ./patch.
|
40 |
# COPY ./index.html ./
|
41 |
RUN pip install --no-cache-dir open-text-embeddings[server] langchain_community && \
|
42 |
chmod +x ./*.sh && python patch.py
|
|
|
36 |
COPY --from=build-image ${MODEL} ${MODEL}
|
37 |
COPY ./main.py ./
|
38 |
COPY ./start_server.sh ./
|
39 |
+
COPY ./patch.py ./
|
40 |
# COPY ./index.html ./
|
41 |
RUN pip install --no-cache-dir open-text-embeddings[server] langchain_community && \
|
42 |
chmod +x ./*.sh && python patch.py
|