Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -5,5 +5,5 @@ RUN wget https://github.com/OwO-Network/DeepLX/releases/latest/download/deeplx_l
|
|
5 |
RUN chmod +x deeplx
|
6 |
|
7 |
EXPOSE 7860
|
8 |
-
|
9 |
-
CMD ./deeplx -p 7860 -token $ACCESS_TOKEN
|
|
|
5 |
RUN chmod +x deeplx
|
6 |
|
7 |
EXPOSE 7860
|
8 |
+
CMD ./deeplx -p 7860
|
9 |
+
# CMD ./deeplx -p 7860 -token $ACCESS_TOKEN
|