Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
1cfc4a7
1
Parent(s):
6161c48
fdsa
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -16,7 +16,9 @@ WORKDIR /app
|
|
16 |
COPY ./requirements.txt /app/requirements.txt
|
17 |
COPY ./semsearch.py /app/semsearch.py
|
18 |
COPY ./startup.sh /app/startup.sh
|
19 |
-
|
|
|
|
|
20 |
|
21 |
COPY ./multi-qa-MiniLM-L6-cos-v1 /app/multi-qa-MiniLM-L6-cos-v1
|
22 |
|
|
|
16 |
COPY ./requirements.txt /app/requirements.txt
|
17 |
COPY ./semsearch.py /app/semsearch.py
|
18 |
COPY ./startup.sh /app/startup.sh
|
19 |
+
COPY ./semsearchDbgUI.py /app/semsearchDbgUI.py
|
20 |
+
COPY ./startupDbgUI.sh /app/startupDbgUI.sh
|
21 |
+
RUN chmod 755 /app/startup.sh /app/startupDbgUI.sh
|
22 |
|
23 |
COPY ./multi-qa-MiniLM-L6-cos-v1 /app/multi-qa-MiniLM-L6-cos-v1
|
24 |
|