1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-06-06 07:51:54 +00:00

update tf

This commit is contained in:
Newnius 2020-01-13 18:59:10 +08:00
parent 3913dcd9b8
commit 298bd94998

View File

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