mikeee commited on
Commit
6209b44
·
verified ·
1 Parent(s): 10f3e7b

Update Dockerfile

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