BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.92k stars 181 forks source link

added update to version for gcp #1444

Closed mario21ic closed 3 years ago

GPUtester commented 3 years ago

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

mario21ic commented 3 years ago

rerun tests

Christian8491 commented 3 years ago

rerun tests

wmalpica commented 3 years ago

@mario21ic what is the dependencies.sh file? what is it meant to do? I notice that the cuda version and the python version are both hardcoded, which is concerning.

mario21ic commented 3 years ago

@mario21ic what is the dependencies.sh file? what is it meant to do? I notice that the cuda version and the python version are both hardcoded, which is concerning.

The file dependencies.sh was for avoiding forgetting some dependencies, but it could be a way to install our dependencies on the local environment. In a next PR I will add some arguments to be more flexible.