Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
|
|
|
|
|
3 |
RUN apt-get update && apt-get install -y wget
|
4 |
RUN wget https://github.com/OwO-Network/DeepLX/releases/latest/download/deeplx_linux_amd64 -O deeplx
|
5 |
RUN chmod +x deeplx
|
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
+
ENV TZ Asia/Seoul
|
4 |
+
|
5 |
RUN apt-get update && apt-get install -y wget
|
6 |
RUN wget https://github.com/OwO-Network/DeepLX/releases/latest/download/deeplx_linux_amd64 -O deeplx
|
7 |
RUN chmod +x deeplx
|