Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
472ded3
1
Parent(s):
43eda88
debug
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -22,6 +22,7 @@ COPY ./semsearchDbgUI.py /app/semsearchDbgUI.py
|
|
22 |
COPY ./startupDbgUI.sh /app/startupDbgUI.sh
|
23 |
COPY ./.streamlit/main.css /app/.streamlit/main.css
|
24 |
COPY ./app.py /app/app.py
|
|
|
25 |
RUN chmod 755 /app/startup.sh /app/startupDbgUI.sh
|
26 |
|
27 |
COPY ./multi-qa-MiniLM-L6-cos-v1 /app/multi-qa-MiniLM-L6-cos-v1
|
|
|
22 |
COPY ./startupDbgUI.sh /app/startupDbgUI.sh
|
23 |
COPY ./.streamlit/main.css /app/.streamlit/main.css
|
24 |
COPY ./app.py /app/app.py
|
25 |
+
COPY ./apptst.py /app/apptst.py
|
26 |
RUN chmod 755 /app/startup.sh /app/startupDbgUI.sh
|
27 |
|
28 |
COPY ./multi-qa-MiniLM-L6-cos-v1 /app/multi-qa-MiniLM-L6-cos-v1
|