Update Dockerfile
Browse files- 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アプリケーションのコードをコピー
|