Dockerfile pip upgrade

This commit is contained in:
l.gabrysiak 2025-02-28 20:40:32 +01:00
parent 73b06efb33
commit 2980d74be4
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y git nano wget curl iputils-ping
# Skopiuj pliki wymagań (jeśli istnieją) i zainstaluj zależności
COPY requirements.txt .
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
# Skopiuj plik requirements.txt do kontenera