Skip to content

Commit

Permalink
Merge pull request #117 from GreenTeaProgrammers/ci/backend
Browse files Browse the repository at this point in the history
Ci/backend
  • Loading branch information
lovelovetrb authored Feb 19, 2024
2 parents be61179 + c9ac239 commit d36e38d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions machine_learning/dockerfile → machine_learning/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ ARG BUCKET_NAME_FOR_ML
# 作業ディレクトリの設定
WORKDIR /machine-learning

# pipのアップグレード
RUN pip install --upgrade pip

# 必要なパッケージのインストール
COPY ./requirements.lock /machine-learning/

Expand Down

0 comments on commit d36e38d

Please sign in to comment.