Commit Graph

19 Commits

Author SHA1 Message Date
ZeroCool940711
ef86ecc93a
More dockerfile fixes. 2023-04-16 10:48:03 -07:00
Alejandro Gil
938e383ec1
Update Dockerfile 2023-04-14 00:35:54 -07:00
mikez
053a5952b4
Update Dockerfile
Added comments to describe the purpose of each section, combined the RUN commands to create the ~/.streamlit directory and set up credentials.toml in a single step. Needs USER added from docker hub.
2023-04-13 16:04:38 -05:00
mrguymiah
b4933fedef
Update Dockerfile
Fixing typo from "/sd/configs/userconfig_streamlit.yaml" to "/sd/configs/webui/userconfig_streamlit.yaml"
2022-12-05 08:41:38 -05:00
mrguymiah
7864dd0fc2
Update Dockerfile for userconfig
Added a second copy for webui_streamlit.yaml and rename it to userconfig_streamlit.yaml. This makes it available for the docker without causing issues for non dockerized instances.
2022-12-05 08:39:32 -05:00
mrguymiah
4ec54e6380
Updated "Dockerfile"
Moved entrypoint.sh copy to be the first command in the copy chain.
Added a copy command for "optimizedSD" folder, as the docker could not run in optimized mode without the files.
2022-12-04 15:09:31 -05:00
hlky
b650c162e6
src->models 2022-10-05 01:03:06 +01:00
hlky
12533944e2
new docker 2022-10-04 12:57:48 +01:00
hlky
0725e920f3
remove old docker files 2022-10-04 12:52:11 +01:00
Travis Fletcher
dff2d6e60f
Amd gpu docker (#1366)
# Description
AMD support can be built by prefixing your compose commands with 
`docker compose -f docker-compose.yml -f docker-compose.amd.yml ...`

or, by setting 
```
export COMPOSE_FILE=docker-compose.yml:docker-compose.amd.yml
```
in your `.profile` or through a tool like `direnv`


Closes: Discord #installation-packing:AMD, at least for Linux hosts

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
2022-10-01 01:42:35 +03:00
Travis Fletcher
aaa3be16e0
Img2text docker package updates (#1364)
# Description

Docker package sync

Closes: N/A

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
2022-09-30 01:13:21 +03:00
Travis Fletcher
f4676517d8
Added source to Docker image (#1329)
# Description
This will allow the image to be used outside of the repo (such as in a
service like runpod, or by a novice user who doesn't want to pull the
git repo and instead use `docker run ...`) once we start pushing the
images to Docker Hub.

Closes: Nothing, yet. This is a step in the direction of
`#installation-packing:Docker` in Discord.

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
2022-09-27 16:07:29 +03:00
Travis Fletcher
f6394a89ca
Fixed Nvidia Docker dependencies (#1327)
1. The update to Streamlit 1.13 has bee mirrored
2. Streamlit needs to be in Headless mode so it doesn't pester about
wanting an email on startup, which crashes in docker since there's no
stdin
3. Fixed an issue where opencv-python from the base image was not
allowing us to override it with opencv-python-headless, which is
required because of its lack of runtime DLLs (+ it's smaller)
2022-09-27 00:42:02 +03:00
hlky
4a15702fe9
License header 2022-09-26 14:02:48 +01:00
Travis Fletcher
5bea9a51c4
Fix missing docker package (#1316)
* Fix missing docker package

* Consolidate docker requirements files
2022-09-25 22:14:10 +03:00
Andrew Mo
95a94a8748 Audit dependencies and revise Docker environment specification 2022-09-20 00:21:54 -07:00
Charlie
3121ba1960
Update Dockerfile (#1101)
add expose for streamlit port
2022-09-14 01:41:54 +03:00
oc013
ed52d05c48
Docker updates - Add LDSR, streamlit, other updates for new repository 2022-09-11 09:58:33 -04:00
hlky
010b27ce9a
Repo merge (#712)
* repo-merge

* cutdown size

* Create setup.py

* webui.cmd

* ldm

* Update environment.yaml

* Update environment.yaml
2022-09-06 23:50:14 +01:00