IUM_10 - update Dockerfile
This commit is contained in:
parent
aafd9bb0d8
commit
f24732b581
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user