Commit b8d5f436 authored by nanahira's avatar nanahira

missing

parent 1eb888af
Pipeline #24793 passed with stages
in 113 minutes and 47 seconds
......@@ -19,6 +19,11 @@ RUN mkdir repositories && \
python3 setup.py install --user && \
cd ../.. && \
git clone --depth=1 https://github.com/Stability-AI/generative-models.git repositories/generative-models && \
cd repositories/generative-models && git fetch origin 45c443b316737a4ab6e40413d7794a7f5657c19f && git checkout 45c443b316737a4ab6e40413d7794a7f5657c19f && \
cd ../.. && \
git clone --depth=1 https://github.com/CompVis/taming-transformers.git repositories/taming-transformers && \
cd repositories/taming-transformers && git fetch origin 24268930bf1dce879235a7fddd0b2355b84d7ea6 && git checkout 24268930bf1dce879235a7fddd0b2355b84d7ea6 && \
cd ../.. && \
......
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