IUM_10 - update Dockerfile

This commit is contained in:
Paweł Łączkowski 2024-05-22 10:29:45 +02:00
parent aafd9bb0d8
commit f24732b581
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
COPY requirements.txt ./
# Install the required Python packages form requirements.txt
RUN pip3 install -r requirements.txt
RUN pip3 install -r requirements.txt --break-system-packages
# Set the working directory
WORKDIR /app