Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
kargaranamir/selenium-screenshot-gradio
soiz
/
selenium-screenshot-gradio
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a25fcb5
selenium-screenshot-gradio
/
app.docker
soiz
Create app.docker
a25fcb5
verified
8 months ago
raw
Copy download link
history
blame
184 Bytes
# ベースイメージにUbuntuを使用
FROM
huggingface/transformers-pytorch-cpu
# Noto CJKフォントのインストール
RUN
apt-get update && apt-get install -y fonts-noto-cjk