Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ RUN mkdir /CACHE/ && chmod -R 777 /CACHE/
|
|
| 8 |
ENV TRANSFORMERS_CACHE /CACHE/
|
| 9 |
|
| 10 |
# 依存関係をインストール
|
| 11 |
-
COPY requirements.txt
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
# FastAPIアプリケーションのコードをコピー
|
|
|
|
| 8 |
ENV TRANSFORMERS_CACHE /CACHE/
|
| 9 |
|
| 10 |
# 依存関係をインストール
|
| 11 |
+
#COPY requirements.txt
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
# FastAPIアプリケーションのコードをコピー
|