Fix broken build SHA issue (#885)

This commit is contained in:
Yuhong Sun 2023-12-26 14:36:40 -08:00 committed by GitHub
parent 26946198de
commit 4aebf824d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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