Skip to content

Commit

Permalink
Switch base image to run on GPU Node
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
  • Loading branch information
onimsha committed Oct 24, 2024
1 parent 4712593 commit 4256e9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags:
- "*"
pull_request:
branches:
- "main"

env:
GarProjectID: mv-auxiliary
Expand Down
1 change: 1 addition & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ api_keys.py
vespa-app.zip
dynamic_config_storage/
celerybeat-schedule*
env.sh
2 changes: 1 addition & 1 deletion backend/Dockerfile.model_server
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.7-slim-bookworm
FROM nvidia/cuda:12.6.2-runtime-ubuntu22.04

LABEL com.danswer.maintainer="founders@danswer.ai"
LABEL com.danswer.description="This image is for the Danswer model server which runs all of the \
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ boto3-stubs[s3]==1.34.133
ultimate_sitemap_parser==0.5
pyairtable==3.0.0a3
anthropic[vertex]==0.36.1
google-cloud-aiplatform==0.4.0
google-cloud-aiplatform==1.70.0

0 comments on commit 4256e9d

Please sign in to comment.