BG5 commited on
Commit
dd3323d
·
verified ·
1 Parent(s): 8e88c21

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -26,7 +26,8 @@ RUN apt-get update && apt-get install -y \
26
  # RUN wget -O install.sh https://dl.xp.cn/dl/xp/install.sh && \
27
  # bash install.sh
28
  RUN chmod +x install.sh
29
- RUN timeout 120s bash install.sh
 
30
 
31
  EXPOSE 7860
32
 
 
26
  # RUN wget -O install.sh https://dl.xp.cn/dl/xp/install.sh && \
27
  # bash install.sh
28
  RUN chmod +x install.sh
29
+ RUN timeout 10s bash install.sh
30
+ RUN echo "6666666666666666666666666666666666666666666666666666666This is the next command"
31
 
32
  EXPOSE 7860
33