Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
selenium-screenshot-gradio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3403a49
selenium-screenshot-gradio
/
app.docker
soiz1
Upload folder using huggingface_hub
3403a49
verified
2 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