FROM ubuntu:latest RUN apt-get update && apt-get install -y wget RUN wget https://github.com/OwO-Network/DeepLX/releases/download/latest/deeplx_linux_amd64 -O deeplx RUN chmod +x deeplx EXPOSE 1188 CMD ./deeplx -port 7860 -token $ACCESS_TOKEN