deeplx-local / Dockerfile
mikeee's picture
Update Dockerfile
d44c649 verified
raw
history blame
115 Bytes
FROM neccen/deeplx-local:latest
ENV TZ=Asia/Shanghai
RUN apt-get update && apt-get install -y tzdata
# EXPOSE 7860