The feverdreams.app repository for entmike's Docker images.
- Clone the repository
cd
into the repository- View the README.md file
These are found in the docker-images/discoart
directory.
-
Build images from the Dockerfiles in this repository using
./build-all.sh
.cd docker-images/discoart ./build-all.sh
This may take a while depending on your system resources. You can see the progress in the Docker build logs.
-
Check the images have been created using the
docker images
command.docker images
-
Push the images to a Docker registry using
./push.sh
and./push-extra.sh
../push.sh ./push-extra.sh
-
If you are building your own Docker images with prebaked models, follow the instructions in the README.md files in:
/models/discoart/base
,/models/discoart/extra
,/models/clip/base
, and/models/clip/extra
.
You will need to download the listed models and place them in those folders.
-
To start the SSH services and the Jupyter Lab, make sure you have both the public key and Jupiter password set as environment variables. Then run:
./start.sh