mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
[Documentation] Add +x permissions to miniconda installer
This commit is contained in:
parent
336e16ef85
commit
eeff8e9033
@ -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 && chmod +x anaconda.sh
|
||||
```
|
||||
|
||||
Build the Docker image. Give it any tag ```-t``` that you want.
|
||||
|
Loading…
Reference in New Issue
Block a user