CoolFace
Apppublic

oxygenyt/bot

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
Dockerfile6 linesDownload Raw Back to root
1FROM python:3.92WORKDIR /code3COPY . .4RUN pip install --no-cache-dir -r requirements.txt5CMD ["python", "main.py"]6