Skip to content

Commit

Permalink
docker shit
Browse files Browse the repository at this point in the history
Signed-off-by: viste <[email protected]>
  • Loading branch information
Viste committed Nov 8, 2024
1 parent 8cbc025 commit 3a80b12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
FROM python:3.9-slim-buster
FROM python:3.10-slim-buster

WORKDIR /app

COPY . /app

RUN apt-get update && apt-get install -y \
libgl1-mesa-glx \
libglib2.0-0 \

RUN pip install --no-cache-dir -r requirements.txt

CMD ["python", "main.py"]

0 comments on commit 3a80b12

Please sign in to comment.