Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
add metadata auto generated on first load of the model
Browse files- 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
|
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
|