Spaces:
Running
Running
File size: 184 Bytes
a25fcb5 |
1 2 3 4 5 |
# ベースイメージにUbuntuを使用
FROM huggingface/transformers-pytorch-cpu
# Noto CJKフォントのインストール
RUN apt-get update && apt-get install -y fonts-noto-cjk |