Spaces:
Running
Running
debug
Browse files- Dockerfile +3 -2
- startup.sh +2 -2
Dockerfile
CHANGED
@@ -75,5 +75,6 @@ WORKDIR /app
|
|
75 |
#RUN /app/startup.sh
|
76 |
#RUN --mount=type=cache,target=/data,mode=777 /app/startup.sh
|
77 |
#RUN --mount=type=cache,target=/data,mode=777 echo "### Mounting /data"
|
78 |
-
CMD ["/app/
|
79 |
-
|
|
|
|
75 |
#RUN /app/startup.sh
|
76 |
#RUN --mount=type=cache,target=/data,mode=777 /app/startup.sh
|
77 |
#RUN --mount=type=cache,target=/data,mode=777 echo "### Mounting /data"
|
78 |
+
#CMD ["/app/startupDbgUI.sh"]
|
79 |
+
CMD ["/app/startup.sh"] &&
|
80 |
+
["streamlit run semsearch.py]
|
startup.sh
CHANGED
@@ -64,11 +64,11 @@ sleep 30
|
|
64 |
|
65 |
echo "#### Before /app/semsearch.py"
|
66 |
#python /app/semsearch.py & #2>& 1 | tee /data/var/lib/weaviate/ss.log &
|
67 |
-
streamlit run /app/semsearch.py &
|
68 |
|
69 |
# Display timestamps.
|
70 |
#for (( ; ; )) do date; sleep 60; done &
|
71 |
|
72 |
-
wait
|
73 |
|
74 |
|
|
|
64 |
|
65 |
echo "#### Before /app/semsearch.py"
|
66 |
#python /app/semsearch.py & #2>& 1 | tee /data/var/lib/weaviate/ss.log &
|
67 |
+
#streamlit run /app/semsearch.py &
|
68 |
|
69 |
# Display timestamps.
|
70 |
#for (( ; ; )) do date; sleep 60; done &
|
71 |
|
72 |
+
#wait
|
73 |
|
74 |
|