deeplx-test / Dockerfile
IHaBiS's picture
Update Dockerfile
a89b07d verified
raw
history blame
245 Bytes
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