Reduce docker image size. (#8306)

This commit is contained in:
Rory Mitchell
2022-10-06 01:55:51 +02:00
committed by GitHub
parent 668b8a0ea4
commit 909e49e214
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ RUN \
python=3.9 cudf=$RAPIDS_VERSION_ARG* rmm=$RAPIDS_VERSION_ARG* cudatoolkit=$CUDA_VERSION_ARG \
dask dask-cuda=$RAPIDS_VERSION_ARG* dask-cudf=$RAPIDS_VERSION_ARG* cupy \
numpy pytest scipy scikit-learn pandas matplotlib wheel python-kubernetes urllib3 graphviz hypothesis \
pyspark cloudpickle cuda-python=11.7.0
pyspark cloudpickle cuda-python=11.7.0 && mamba clean --all
ENV GOSU_VERSION 1.10
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64/