TRMT commited on
Commit
3496292
·
1 Parent(s): 2e26ddb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ ENV TRANSFORMERS_CACHE /CACHE/
9
 
10
  # 依存関係をインストール
11
  #COPY requirements.txt
 
 
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # FastAPIアプリケーションのコードをコピー
 
9
 
10
  # 依存関係をインストール
11
  #COPY requirements.txt
12
+ RUN dir
13
+ RUN ls
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
  # FastAPIアプリケーションのコードをコピー