mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix(dockerfile): install coreutils to resolve timeout command error (#1260)
This commit is contained in:
@@ -7,6 +7,7 @@ RUN apt-get clean && apt-get update && apt-get install -y \
|
||||
vim \
|
||||
git \
|
||||
build-essential \
|
||||
coreutils \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN git clone https://github.com/microsoft/qlib.git
|
||||
|
||||
Reference in New Issue
Block a user