Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion containers/conda_env/aarch64_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- llvmlite
- loky>=3.5.1
- pyarrow
- pyspark>=3.4.0,<4.0
- pyspark>=4.0
- cloudpickle
- pip:
- awscli
Expand Down
2 changes: 1 addition & 1 deletion containers/conda_env/linux_cpu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ dependencies:
- protobuf
- cloudpickle
- modin
- pyspark>=3.4.0,<4.0
- pyspark>=4.0
- pip:
- py-ubjson
2 changes: 1 addition & 1 deletion containers/dockerfile/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN \
"dask-cuda=$RAPIDS_VERSION.*" "dask-cudf=$RAPIDS_VERSION.*" cupy \
numpy pytest pytest-timeout scipy scikit-learn pandas matplotlib wheel \
python-kubernetes urllib3 graphviz hypothesis "loky>=3.5.1" \
"pyspark>=3.4.0,<4.0" cloudpickle cuda-python && \
"pyspark>=4.0" cloudpickle cuda-python && \
mamba clean --all --yes

# Install lightweight sudo (not bound to TTY)
Expand Down
2 changes: 1 addition & 1 deletion containers/dockerfile/Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rockylinux:8
ARG MINIFORGE_VERSION=24.9.2-0
ARG CMAKE_VERSION=3.31.2
ARG MAVEN_VERSION=3.9.12
ARG MAVEN_VERSION=3.9.13

SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion containers/dockerfile/Dockerfile.jvm_gpu_build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG CUDA_VERSION
ARG NCCL_VERSION
ARG MINIFORGE_VERSION=24.9.2-0
ARG CMAKE_VERSION=3.31.2
ARG MAVEN_VERSION=3.9.12
ARG MAVEN_VERSION=3.9.13

SHELL ["/bin/bash", "-c"]

Expand Down