BG5 commited on
Commit
3d1e595
·
verified ·
1 Parent(s): dd3323d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -26,8 +26,7 @@ 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 10s bash install.sh
30
- RUN echo "6666666666666666666666666666666666666666666666666666666This is the next command"
31
 
32
  EXPOSE 7860
33
 
 
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 bash install.sh
 
30
 
31
  EXPOSE 7860
32