We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32d954 commit b1f052dCopy full SHA for b1f052d
Dockerfile
@@ -41,7 +41,7 @@ RUN echo '33' >/dev/null && pip install --use-deprecated=legacy-resolver git+htt
41
42
RUN echo '30' >/dev/null && mkdir deps && cd deps && \
43
git clone --branch main https://github.com/cshenry/KBBaseModules.git
44
-RUN echo '1' >/dev/null && mkdir deps && cd deps && \
+RUN echo '1' >/dev/null && cd deps && \
45
git clone https://github.com/cshenry/cobrakbase.git && \
46
cd cobrakbase && git checkout f0b3aa300fb153fc83b2fd5e83be231fc6992fae
47
RUN mkdir test
0 commit comments