Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions dask_sql.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ ARG PYTHON_VER=3.8
ARG NUMPY_VER=1.20.1
ARG RAPIDS_VER=21.08
ARG UCX_PY_VER=0.21
ARG SETUPTOOLS_RUST_VER=1.4.1

ADD https://sh.rustup.rs /rustup-init.sh
RUN sh /rustup-init.sh -y --default-toolchain=stable --profile=minimal
ENV PATH="/root/.cargo/bin:${PATH}"

ADD https://raw.githubusercontent.com/dask-contrib/dask-sql/main/continuous_integration/environment-$PYTHON_VER-jdk11-dev.yaml /dask_sql_environment.yaml
ADD https://raw.githubusercontent.com/dask-contrib/dask-sql/main/continuous_integration/environment-$PYTHON_VER-dev.yaml /dask_sql_environment.yaml

RUN conda config --set ssl_verify false

Expand All @@ -25,7 +24,6 @@ RUN gpuci_conda_retry install -c conda-forge mamba
RUN gpuci_mamba_retry env create -n dask_sql --file /dask_sql_environment.yaml

RUN gpuci_mamba_retry install -y -n dask_sql -c rapidsai -c rapidsai-nightly -c nvidia -c conda-forge \
"setuptools-rust>=$SETUPTOOLS_RUST_VER" \
cudatoolkit=$CUDA_VER \
cudf=$RAPIDS_VER \
cuml=$RAPIDS_VER \
Expand Down