enzostvs HF staff commited on
Commit
cff46d0
·
1 Parent(s): 37a5c70

add metadata auto generated on first load of the model

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ ENV PUPPETEER_DOWNLOAD_PATH=/root/.cache/puppeteer
19
  ENV PUPPETEER_CACHE_DIR=/root/.cache/puppeteer
20
 
21
  # Install Chromium and fonts
22
- RUN apk add --update chromium \
23
  ttf-freefont
24
 
25
  # Copy the rest of the application files to the container
 
19
  ENV PUPPETEER_CACHE_DIR=/root/.cache/puppeteer
20
 
21
  # Install Chromium and fonts
22
+ RUN apt install --update chromium \
23
  ttf-freefont
24
 
25
  # Copy the rest of the application files to the container