Commit Graph

10 Commits

Author SHA1 Message Date
Dmitry Sychev
e9a5b1e9f1 Adding back deleted docker-compose.yml 2023-11-25 22:00:32 -05: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
hlky
4a15702fe9
License header 2022-09-26 14:02:48 +01:00
Travis Fletcher
d28d07cd0b
Streamline Docker Quickstart Experience (#1261)
* Cleaned up Docker documentation and process

* Added back `build` section to Dockerfile so we don't have to
  manually build it separately, simplifying the quick-start process
* Added a healthcheck to make it easier to see when the container
  was done initializing. Currently a little ugly since it has to
  check both URLs for liveness
* Removed CONDA_FORCE_UPDATE from env file since we don't user conda
  anymore

Note - `build_docker.sh` is seemingly obsolete but I left it for now
with a comment in case it's ingrained in somebody else's workflow.

* Minor readme fixes
2022-09-22 12:46:40 +01:00
Andrew Mo
95a94a8748 Audit dependencies and revise Docker environment specification 2022-09-20 00:21:54 -07:00
Thomas Mello
c26cd01498
Publish Streamlit ports (#1102)
(cherry picked from commit 833a91047d)

Co-authored-by: Charlie <outlookhazy@users.noreply.github.com>
2022-09-14 01:58:38 +03:00
Thomas Mello
d4ece82078
fix: patch docker conda install pip requirements (#1094)
(cherry picked from commit fab5765fe4)

Co-authored-by: Sérgio <smaisidoro@gmail.com>
2022-09-14 00:51:17 +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