1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-06-06 07:51:54 +00:00
This commit is contained in:
Newnius 2020-05-04 17:50:07 +08:00
parent ffb131a0d3
commit 51ece01aa9

View File

@ -8,7 +8,7 @@ RUN apt update && \
apt install -y git && \
rm -rf /var/lib/apt/lists/*
RUN pip3 install requests psutil py-cpuinfo pandas typing
RUN pip3 install requests psutil py-cpuinfo pandas typing hdfs
ADD bootstrap.sh /etc/bootstrap.sh