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