Fix cache pip

This commit is contained in:
itqop 2024-10-23 00:07:50 +03:00
parent 5787b756fe
commit 2a429c20da
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ COPY app /app
# Установка зависимостей
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r app/requirements.txt
RUN pip install -r app/requirements.txt
RUN pip install torch --index-url https://download.pytorch.org/whl/cpu
# Экспонирование порта