Spaces:
Sleeping
Sleeping
debug
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -21,6 +21,7 @@ COPY ./startup.sh /app/startup.sh
|
|
| 21 |
COPY ./semsearchDbgUI.py /app/semsearchDbgUI.py
|
| 22 |
COPY ./startupDbgUI.sh /app/startupDbgUI.sh
|
| 23 |
COPY ./.streamlit/main.css /app/.streamlit/main.css
|
|
|
|
| 24 |
RUN chmod 755 /app/startup.sh /app/startupDbgUI.sh
|
| 25 |
|
| 26 |
COPY ./multi-qa-MiniLM-L6-cos-v1 /app/multi-qa-MiniLM-L6-cos-v1
|
|
|
|
| 21 |
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
|