soiz1 commited on
Commit
227f9d2
·
verified ·
1 Parent(s): 645915f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ WORKDIR /app
13
 
14
  # app.py をコンテナにコピー
15
  COPY . .
16
-
17
  # WebUIの起動(app.pyを実行)
18
  WORKDIR /app/stable-diffusion-webui-forge
19
  CMD ["python3", "launch.py", "--share", "--disable-torch-cuda"]
 
13
 
14
  # app.py をコンテナにコピー
15
  COPY . .
16
+ RUN export COMMANDLINE_ARGS="--skip-torch-cuda-test"
17
  # WebUIの起動(app.pyを実行)
18
  WORKDIR /app/stable-diffusion-webui-forge
19
  CMD ["python3", "launch.py", "--share", "--disable-torch-cuda"]