J5Tsai commited on
Commit
db5f073
·
1 Parent(s): f2e77ce

fix start cmd

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM oneflowinc/onediff:cu118
2
 
3
- ARG LIVE_XL_TAR=live_xl_rel_ubuntu-22.04_202403111616.tar
4
 
5
  EXPOSE 7860
6
 
@@ -17,4 +17,4 @@ RUN wget --quiet https://github.com/jackalcooper/live_xl/releases/download/lates
17
  tar xvf ${LIVE_XL_TAR}
18
  ENV PORT=7860 SECRET_KEY_BASE="Z/VeN8hw0cQruiL3YyWG52IPq+hnG9Ucj1RuW0263Iddmd8f+j7i/b7NCs1fiLCx"
19
 
20
- RUN live_xl/bin/server
 
1
  FROM oneflowinc/onediff:cu118
2
 
3
+ ARG LIVE_XL_TAR=live_xl_rel_ubuntu-22.04_202403190143.tar
4
 
5
  EXPOSE 7860
6
 
 
17
  tar xvf ${LIVE_XL_TAR}
18
  ENV PORT=7860 SECRET_KEY_BASE="Z/VeN8hw0cQruiL3YyWG52IPq+hnG9Ucj1RuW0263Iddmd8f+j7i/b7NCs1fiLCx"
19
 
20
+ CMD [ "live_xl/bin/server", "start" ]