Skip to content

Commit

Permalink
Update RAG fronend docker image (#762)
Browse files Browse the repository at this point in the history
Update RAG fronend docker image
  • Loading branch information
yiyinglovecoding authored Aug 1, 2024
1 parent d57be9e commit 09e4b0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion applications/rag/frontend/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.12.2
FROM python:3.12.4

ADD ./ /workspace/frontend
WORKDIR /workspace/frontend
Expand Down
4 changes: 2 additions & 2 deletions applications/rag/frontend/container/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Flask==3.0.0
gunicorn==22.0.0
Werkzeug==3.0.1
Werkzeug==3.0.3
langchain==0.1.9
sentence-transformers==2.5.1
text_generation==0.6.1
Expand All @@ -30,5 +30,5 @@ google==3.0.0
google-cloud==0.34.0
google-cloud-logging==3.9.0
google-api-python-client==2.114.0
pymysql==1.1.0
pymysql==1.1.1
cloud-sql-python-connector[pg8000]==1.7.0
2 changes: 1 addition & 1 deletion applications/rag/frontend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ resource "kubernetes_deployment" "rag_frontend_deployment" {
spec {
service_account_name = var.google_service_account
container {
image = "us-central1-docker.pkg.dev/ai-on-gke/rag-on-gke/frontend@sha256:d65b538742ee29826ee629cfe05c0008e7c09ce5357ddc08ea2eaf3fd6cefe4b"
image = "us-central1-docker.pkg.dev/ai-on-gke/rag-on-gke/frontend@sha256:ec0e7b1ce6d0f9570957dd7fb3dcf0a16259cba915570846b356a17d6e377c59"
name = "rag-frontend"

port {
Expand Down

0 comments on commit 09e4b0d

Please sign in to comment.