Spaces:
Runtime error
Runtime error
limcheekin
commited on
Commit
•
8d4d615
1
Parent(s):
10d42c6
bug: fixed missing main.py file
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -31,6 +31,7 @@ ENV HOST=0.0.0.0
|
|
31 |
ENV PORT=7860
|
32 |
|
33 |
COPY --from=build-image ${MODEL} ${MODEL}
|
|
|
34 |
COPY ./start_server.sh ./
|
35 |
COPY ./index.html ./
|
36 |
RUN pip install --no-cache-dir open-text-embeddings[server] && \
|
|
|
31 |
ENV PORT=7860
|
32 |
|
33 |
COPY --from=build-image ${MODEL} ${MODEL}
|
34 |
+
COPY ./main.py ./
|
35 |
COPY ./start_server.sh ./
|
36 |
COPY ./index.html ./
|
37 |
RUN pip install --no-cache-dir open-text-embeddings[server] && \
|