Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
|
2 |
FROM neccen/deeplx-local:latest
|
3 |
-
|
|
|
4 |
# EXPOSE 7860
|
|
|
1 |
|
2 |
FROM neccen/deeplx-local:latest
|
3 |
+
ENV TZ=Asia/Shanghai
|
4 |
+
RUN apt-get update && apt-get install -y tzdata
|
5 |
# EXPOSE 7860
|