ソースを参照

chore: skip pip upgrade preparation in api dockerfile (#5999)

tags/0.6.13
Bowen Liang 1年前
コミット
9b7c74a5d9
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加2行の削除
  1. 1
    2
      api/Dockerfile

+ 1
- 2
api/Dockerfile ファイルの表示

@@ -5,8 +5,7 @@ WORKDIR /app/api

# Install Poetry
ENV POETRY_VERSION=1.8.3
RUN pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir --upgrade poetry==${POETRY_VERSION}
RUN pip install --no-cache-dir poetry==${POETRY_VERSION}

# Configure Poetry
ENV POETRY_CACHE_DIR=/tmp/poetry_cache

読み込み中…
キャンセル
保存