Spaces:
Runtime error
Runtime error
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 |