sanpang commited on
Commit
18def44
·
1 Parent(s): 48ad073

code clear

Browse files
Files changed (1) hide show
  1. .container/Dockerfile +0 -7
.container/Dockerfile CHANGED
@@ -41,13 +41,6 @@ COPY assets/ ./assets/
41
  COPY README_zh.md .
42
 
43
 
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
  # 创建启动脚本
52
  RUN echo '#!/bin/bash\nxvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" python "$@"' > /usr/local/bin/xvfb-python && \
53
  chmod +x /usr/local/bin/xvfb-python
 
41
  COPY README_zh.md .
42
 
43
 
 
 
 
 
 
 
 
44
  # 创建启动脚本
45
  RUN echo '#!/bin/bash\nxvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" python "$@"' > /usr/local/bin/xvfb-python && \
46
  chmod +x /usr/local/bin/xvfb-python