Skip to content

Commit

Permalink
bump frontend image package version (GoogleCloudPlatform#419)
Browse files Browse the repository at this point in the history
change frontend image versions
  • Loading branch information
yiyinglovecoding authored Mar 22, 2024
1 parent 6c3b16d commit 8e1d153
Show file tree
Hide file tree
Showing 2 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.11.5
FROM python:3.12.2

ADD ./ /workspace/frontend
WORKDIR /workspace/frontend
Expand Down
6 changes: 3 additions & 3 deletions applications/rag/frontend/container/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
Flask==3.0.0
gunicorn==20.1.0
Werkzeug==3.0.1
langchain==0.1.3
sentence-transformers==2.2.2
langchain==0.1.9
sentence-transformers==2.5.1
text_generation==0.6.1
google-cloud-dlp==3.12.2
google-cloud-storage==2.9.0
Expand All @@ -31,4 +31,4 @@ google-cloud==0.34.0
google-cloud-logging==3.9.0
google-api-python-client==2.114.0
pymysql==1.1.0
cloud-sql-python-connector[pg8000]==1.6.0
cloud-sql-python-connector[pg8000]==1.7.0

0 comments on commit 8e1d153

Please sign in to comment.