FROM nvidia/cuda:12.1-runtime-ubuntu22.04 RUN apt update && apt install -y python3-pip ffmpeg WORKDIR /app COPY requirements.txt . RUN pip install -r requirements.txt COPY . . CMD ["python3", "bot.py"]
A face swap bot typically functions through a three-tier system: bot de telegram para cambiar caras en videos