From db3d904791984e11b7ebc8edf1aa4c75f594b487 Mon Sep 17 00:00:00 2001 From: Mizuki Date: Mon, 19 Feb 2024 15:08:33 +0900 Subject: [PATCH] =?UTF-8?q?chore(ml):=20=E3=83=95=E3=82=A1=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E5=90=8D=E3=81=AE=E5=A4=89=E6=9B=B4=E3=83=BBpip?= =?UTF-8?q?=E3=81=AE=E3=82=A2=E3=83=83=E3=83=97=E3=82=B0=E3=83=AC=E3=83=BC?= =?UTF-8?q?=E3=83=89=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machine_learning/{dockerfile => Dockerfile} | 3 +++ 1 file changed, 3 insertions(+) rename machine_learning/{dockerfile => Dockerfile} (94%) diff --git a/machine_learning/dockerfile b/machine_learning/Dockerfile similarity index 94% rename from machine_learning/dockerfile rename to machine_learning/Dockerfile index d14bd27b..c4565789 100644 --- a/machine_learning/dockerfile +++ b/machine_learning/Dockerfile @@ -8,6 +8,9 @@ ARG BUCKET_NAME_FOR_ML # 作業ディレクトリの設定 WORKDIR /machine-learning +# pipのアップグレード +RUN pip install --upgrade pip + # 必要なパッケージのインストール COPY ./requirements.lock /machine-learning/