Nithin
Nithin
Hey, I am using Kubeflow version 1.2 in Azure. I am using the custom image public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/codeserver-python:v1.5.0 to deploy vscode in Kubeflow. When I click connect button it goes to the...
We are using qdrant to store our vectors. We deploy Qdrant using official helm charts to the Kubernetes cluster. We are using the async client to connect to Qdrant. `aclient...
We are planning to deploy the vLLM using the docker image. Please find below the code for docker image ``` ARG base=nvidia/cuda:11.8.0-cudnn8-devel-ubuntu20.04 ARG commit=main FROM ${base} ENV DEBIAN_FRONTEND=noninteractive LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8...
I am trying to build ACR image with the following code ``` - name: ACR build id: build-push-acr uses: azure/acr-build@v1 with: service_principal: ${{ secrets.service_principal }} service_principal_password: ${{ secrets.service_principal_password }} tenant:...