Commit 7c3090c7 authored by duanjinfei's avatar duanjinfei

update cog.yaml

parent 4615ef4c
......@@ -60,7 +60,7 @@ build:
# commands run after the environment is setup
run:
- pip install torch==2.0.1 torchvision==0.15.2
- "wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh;bash Miniconda3-latest-Linux-x86_64.sh;source ~/.bashrc;conda --version"
- "wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;bash miniconda.sh -b -p $HOME/miniconda3;export PATH="$HOME/miniconda3/bin:$PATH";conda --version"
- "git clone https://github.com/lllyasviel/ControlNet.git;cd ControlNet;conda env create -f environment.yaml;conda activate control"
- "echo env is ready!"
- "echo another command if needed"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment