bk939448 commited on
Commit
1ea862e
·
verified ·
1 Parent(s): 21d9222

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
18
  zip \
19
  unzip \
20
  procps \
 
21
  && curl -LsSf https://hf.co/cli/install.sh | bash \
22
  && rm -rf /var/lib/apt/lists/*
23
 
 
18
  zip \
19
  unzip \
20
  procps \
21
+ inotify-tools \
22
  && curl -LsSf https://hf.co/cli/install.sh | bash \
23
  && rm -rf /var/lib/apt/lists/*
24