Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,5 +18,5 @@ COPY . .
|
|
18 |
RUN export COMMANDLINE_ARGS="--skip-torch-cuda-test"
|
19 |
# WebUIの起動(app.pyを実行)
|
20 |
WORKDIR /app/stable-diffusion-webui-forge
|
21 |
-
CMD ["python3", "launch.py", "--share", "--disable-torch-cuda"]
|
22 |
|
|
|
18 |
RUN export COMMANDLINE_ARGS="--skip-torch-cuda-test"
|
19 |
# WebUIの起動(app.pyを実行)
|
20 |
WORKDIR /app/stable-diffusion-webui-forge
|
21 |
+
CMD ["python3", "launch.py", "--share", "--disable-torch-cuda", "--skip-torch-cuda-test"]
|
22 |
|