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 abebcdf commit 524acd5Copy full SHA for 524acd5
Dockerfile
@@ -35,7 +35,7 @@ RUN pip install networkx
35
RUN pip install deepdiff
36
RUN pip install h5py
37
38
-RUN echo '32' >/dev/null && pip install --use-deprecated=legacy-resolver git+https://github.com/cshenry/ModelSEEDpy.git
+RUN echo '33' >/dev/null && pip install --use-deprecated=legacy-resolver git+https://github.com/cshenry/ModelSEEDpy.git
39
RUN echo '11' >/dev/null && pip install git+https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae
40
41
RUN echo '30' >/dev/null && mkdir deps && cd deps && \
0 commit comments