We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb94ba commit 2714725Copy full SHA for 2714725
Dockerfile
@@ -42,7 +42,7 @@ RUN echo '31' >/dev/null && mkdir deps && cd deps && \
42
git clone --branch main https://github.com/cshenry/KBBaseModules.git
43
RUN echo '1' >/dev/null && cd deps && \
44
git clone https://github.com/ModelSEED/ModelSEEDDatabase.git && \
45
- cd ModelSEEDDatabase && git checkout 2f5da32e26e3eed8181825ceebe1a45997204bcb
+ cd ModelSEEDDatabase && git checkout 3346b71a34bc9d8c5a365b71d5a2959ffbe6c26e
46
RUN echo '2' >/dev/null && cd deps && \
47
git clone https://github.com/cshenry/cobrakbase.git && \
48
cd cobrakbase && git checkout 68444e46fe3b68482da80798642461af2605e349
0 commit comments