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