Compare commits

..

No commits in common. "ae4c3318abdca3f214ba1ecddd999054322116e4" and "b98df2ecdb2432b4a9f20e842e253f6631d792e1" have entirely different histories.

3 changed files with 1 additions and 15 deletions

View file

@ -1,3 +0,0 @@
Dockerfile
.git
.dockerignore

View file

@ -1,12 +0,0 @@
FROM docker.io/python:3.11-bookworm
RUN apt-get update && apt-get install -y libgl1 && rm -rf /var/lib/apt/lists/*
RUN mkdir -p /opt/minya
WORKDIR /opt/minya
ADD . /opt/minya
RUN python3 -m pip install -r requirements.txt
CMD ["python3", "minya.py"]

1
lib64 Symbolic link
View file

@ -0,0 +1 @@
lib