BATMAN
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM python:3.11.8
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y libgl1-mesa-glx
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD [ "python", "Count.py"]
|
||||
Reference in New Issue
Block a user