mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Remove unnecesary chmod from Dockerfile to avoid bloating
This commit is contained in:
parent
eeff8e9033
commit
e21938c12d
@ -18,7 +18,7 @@ RUN apt update && apt upgrade -y \
|
||||
python3 \
|
||||
wget \
|
||||
# install Anaconda or Miniconda
|
||||
&& chmod +x anaconda.sh && bash anaconda.sh -b -u -p /anaconda && /anaconda/bin/conda init bash && source ~/.bashrc \
|
||||
&& bash anaconda.sh -b -u -p /anaconda && /anaconda/bin/conda init bash && source ~/.bashrc \
|
||||
&& git clone $GITHUB_STABLE_DIFFUSION && cd stable-diffusion \
|
||||
# When path exists, pip3 will (w)ipe.
|
||||
&& PIP_EXISTS_ACTION="w" \
|
||||
|
Loading…
Reference in New Issue
Block a user