soiz commited on
Commit
a25fcb5
·
verified ·
1 Parent(s): 7eb3426

Create app.docker

Browse files
Files changed (1) hide show
  1. app.docker +5 -0
app.docker ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # ベースイメージにUbuntuを使用
2
+ FROM huggingface/transformers-pytorch-cpu
3
+
4
+ # Noto CJKフォントのインストール
5
+ RUN apt-get update && apt-get install -y fonts-noto-cjk