garyuzair commited on
Commit
986a999
·
verified ·
1 Parent(s): 6fd3934

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -6,9 +6,8 @@ ENV HF_HUB_DISABLE_TELEMETRY=1
6
 
7
  # Install system-level dependencies (including libvips)
8
  RUN apt-get update && apt-get install -y \
9
- libvips \
10
  libvips-dev \
11
- vips-tools \
12
  ffmpeg \
13
  && rm -rf /var/lib/apt/lists/*
14
 
 
6
 
7
  # Install system-level dependencies (including libvips)
8
  RUN apt-get update && apt-get install -y \
 
9
  libvips-dev \
10
+ libvips-tools \
11
  ffmpeg \
12
  && rm -rf /var/lib/apt/lists/*
13