Skip to content

Commit

Permalink
Fixing docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Henry committed Nov 21, 2024
1 parent d3556df commit c202416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN echo '35' >/dev/null && pip install --use-deprecated=legacy-resolver git+htt

RUN echo '30' >/dev/null && mkdir deps && cd deps && \
git clone --branch main https://github.com/cshenry/KBBaseModules.git
RUN echo '1' >/dev/null && mkdir deps && cd deps && \
RUN echo '1' >/dev/null && cd deps && \
git clone https://github.com/ModelSEED/ModelSEEDDatabase.git && \
cd ModelSEEDDatabase && git checkout 2f5da32e26e3eed8181825ceebe1a45997204bcb
RUN echo '1' >/dev/null && cd deps && \
Expand Down

0 comments on commit c202416

Please sign in to comment.