File size: 193 Bytes
549c203
 
 
 
 
 
dbfbc40
549c203
 
 
a8b388c
1
2
3
4
5
6
7
8
9
10
11
FROM python:3.9

WORKDIR /app

RUN apt-get update && apt-get install -y git

RUN git clone https://github.com/dasasdsadsww/PyDeepLX.git app

EXPOSE 7860

CMD ["python", "/PyDeepLX/PyDeepLX.py"]