mirror of
https://github.com/newnius/YAO-Dockerfiles.git
synced 2025-12-15 10:06:45 +00:00
update
This commit is contained in:
@@ -8,8 +8,10 @@ RUN apt update && \
|
||||
apt install -y git && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip install requests psutil py-cpuinfo pandas
|
||||
RUN pip install requests psutil py-cpuinfo pandas hdfs
|
||||
|
||||
ADD bootstrap.sh /etc/bootstrap.sh
|
||||
|
||||
ADD save.py /etc/save.py
|
||||
|
||||
ENTRYPOINT ["/etc/bootstrap.sh"]
|
||||
|
||||
Reference in New Issue
Block a user