Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
66021e10
Commit
66021e10
authored
Sep 03, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c4c17d38
Pipeline
#40412
failed with stages
in 329 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
66021e10
...
@@ -8,8 +8,6 @@ RUN apt update \
...
@@ -8,8 +8,6 @@ RUN apt update \
RUN
useradd
-ms
/bin/bash sd
RUN
useradd
-ms
/bin/bash sd
USER
sd
USER
sd
RUN
pip
install
--no-cache-dir
torch
==
2.1.2
torchvision
==
0.16.2
--extra-index-url
https://download.pytorch.org/whl/cu121
RUN
mkdir
/home/sd/stable-diffusion-webui
RUN
mkdir
/home/sd/stable-diffusion-webui
WORKDIR
/home/sd/stable-diffusion-webui
WORKDIR
/home/sd/stable-diffusion-webui
...
@@ -39,6 +37,8 @@ RUN set -eux && \
...
@@ -39,6 +37,8 @@ RUN set -eux && \
COPY
--chown=sd ./requirements.txt ./requirements.txt
COPY
--chown=sd ./requirements.txt ./requirements.txt
RUN
pip
install
--no-cache-dir
\
RUN
pip
install
--no-cache-dir
\
# torch
torch==2.1.2 torchvision==0.16.2 --extra-index-url https://download.pytorch.org/whl/cu121 \
# requirements for the project
# requirements for the project
-r requirements.txt \
-r requirements.txt \
# (optional) install requirements for CodeFormer (face restoration)
# (optional) install requirements for CodeFormer (face restoration)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment