File size: 264 Bytes
a89b07d
b19e472
a89b07d
1b3d1ce
a89b07d
b19e472
3f6604d
7d65425
 
1
2
3
4
5
6
7
8
9
FROM ubuntu:latest

RUN apt-get update && apt-get install -y wget
RUN wget https://github.com/OwO-Network/DeepLX/releases/latest/download/deeplx_linux_amd64 -O deeplx
RUN chmod +x deeplx

EXPOSE 7860
# CMD ./deeplx -p 7860
CMD ./deeplx -p 7860 -token $ACCESS_TOKEN