Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@ COPY ./main.py ./
|
|
38 |
COPY ./start_server.sh ./
|
39 |
# COPY ./index.html ./
|
40 |
RUN pip install --no-cache-dir open-text-embeddings[server] langchain_community && \
|
41 |
-
chmod +x ./
|
42 |
|
43 |
# Expose a port for the server
|
44 |
EXPOSE ${PORT}
|
|
|
38 |
COPY ./start_server.sh ./
|
39 |
# COPY ./index.html ./
|
40 |
RUN pip install --no-cache-dir open-text-embeddings[server] langchain_community && \
|
41 |
+
chmod +x ./*.sh && ./patch.sh
|
42 |
|
43 |
# Expose a port for the server
|
44 |
EXPOSE ${PORT}
|