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