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
3b7b4e6f
Commit
3b7b4e6f
authored
Mar 21, 2023
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dockerfile
parent
f38a0777
Pipeline
#20859
passed with stages
in 109 minutes and 28 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 @
3b7b4e6f
...
...
@@ -2,7 +2,7 @@ FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04 as base
RUN
apt update
\
&&
apt-key adv
--fetch-keys
\
&&
apt
install
--no-install-recommends
-y
build-essential wget git curl unzip python3 python3-pip python3-dev libgl1 libglib2.0-0 jq
\
&&
apt
install
--no-install-recommends
-y
build-essential wget git curl unzip python3 python3-pip python3-dev libgl1 libglib2.0-0 jq
libgoogle-perftools-dev
\
&&
apt clean
&&
rm
-rf
/var/lib/apt/lists/
*
/var/tmp/
*
/tmp/
*
/var/log/
*
RUN
useradd
-ms
/bin/bash sd
...
...
@@ -80,6 +80,6 @@ COPY --chown=sd ./requirements.txt ./requirements.txt
RUN
pip
install
--no-cache-dir
-r
requirements.txt
--prefer-binary
COPY
--chown=sd . ./
ENV
LD_PRELOAD libtcmalloc.so
ENTRYPOINT
["python3", "webui.py"]
CMD
["--listen", "--port", "8080"]
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