mikeee commited on
Commit
b80d76c
1 Parent(s): 31f8fa6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
 
2
  FROM neccen/deeplx-local:latest
3
- ENV TZ=Asia/Shanghai
4
- RUN apk update # && apk add --no-cache tzdata
 
 
5
  # EXPOSE 7860
 
1
 
2
  FROM neccen/deeplx-local:latest
3
+
4
+ # wont work: neccen/deeplx-local built from scratch
5
+ # ENV TZ=Asia/Shanghai
6
+ # RUN apk update # && apk add --no-cache tzdata
7
  # EXPOSE 7860