Spaces:
Running
Running
ffreemt
commited on
Commit
·
4dea793
1
Parent(s):
3892750
Add pip isntall langchain_community in Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ COPY --from=build-image ${MODEL} ${MODEL}
|
|
36 |
COPY ./main.py ./
|
37 |
COPY ./start_server.sh ./
|
38 |
# COPY ./index.html ./
|
39 |
-
RUN pip install --no-cache-dir open-text-embeddings[server] && \
|
40 |
chmod +x ./start_server.sh
|
41 |
|
42 |
# Expose a port for the server
|
|
|
36 |
COPY ./main.py ./
|
37 |
COPY ./start_server.sh ./
|
38 |
# COPY ./index.html ./
|
39 |
+
RUN pip install --no-cache-dir open-text-embeddings[server] langchain_community && \
|
40 |
chmod +x ./start_server.sh
|
41 |
|
42 |
# Expose a port for the server
|