[Documentation] Fix typo

This commit is contained in:
Armando C. Santisbon 2022-09-10 19:31:39 -05:00 committed by GitHub
parent eceb7d2b54
commit 336e16ef85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ git clone $GITHUB_STABLE_DIFFUSION
cd stable-diffusion
chmod +x entrypoint.sh
# download the Miniconda installer. We'll need it at build time.
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh -O anaconda.sh \
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh -O anaconda.sh
```
Build the Docker image. Give it any tag ```-t``` that you want.