mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-11 05:19:52 +02:00
Fix broken build SHA issue (#885)
This commit is contained in:
parent
26946198de
commit
4aebf824d2
@ -22,7 +22,7 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Backend Image Docker Build and Push
|
||||
- name: Model Server Image Docker Build and Push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./backend
|
||||
|
@ -38,7 +38,7 @@ RUN mkdir -p /etc/apt/keyrings && \
|
||||
# Remove tornado test key to placate vulnerability scanners
|
||||
# More details can be found here:
|
||||
# https://github.com/tornadoweb/tornado/issues/3107
|
||||
RUN apt-get remove -y linux-libc-dev && \
|
||||
RUN apt-get remove -y linux-libc-dev git && \
|
||||
apt-get autoremove -y && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
rm /usr/local/lib/python3.11/site-packages/tornado/test/test.key
|
||||
|
@ -52,7 +52,7 @@ safetensors==0.3.1
|
||||
sentence-transformers==2.2.2
|
||||
slack-sdk==3.20.2
|
||||
SQLAlchemy[mypy]==2.0.15
|
||||
tensorflow==2.13.0
|
||||
tensorflow==2.14.0
|
||||
tiktoken==0.4.0
|
||||
timeago==1.0.16
|
||||
torch==2.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user