Update Dockerfile
This commit is contained in:
parent
dacc19878c
commit
0e0ad8b935
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:23.04
|
||||
ARG DPKG_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get install -y python3 python3-pip
|
||||
RUN apt-get update && apt-get install -y python3 python3-pip libgl1 libegl1
|
||||
COPY requirements.txt /app/
|
||||
WORKDIR /app
|
||||
RUN pip3 install -r requirements.txt --break-system-packages
|
||||
|
|
Loading…
Reference in a new issue