Skip to content

Commit 824970e

Browse files
author
Christopher Henry
committed
Trying to get module to build
1 parent 524acd5 commit 824970e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ MAINTAINER [email protected]
1111

1212
RUN pip install --upgrade pip
1313
RUN pip install chemw==0.3.2
14+
RUN pip install pandas
1415

1516
# update security libraries in the base image
1617
RUN pip install cffi --upgrade \
@@ -36,9 +37,10 @@ RUN pip install deepdiff
3637
RUN pip install h5py
3738

3839
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+
#RUN echo '11' >/dev/null && pip install git+https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae
4041

4142
RUN echo '30' >/dev/null && mkdir deps && cd deps && \
43+
git clone https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae
4244
git clone --branch main https://github.com/cshenry/KBBaseModules.git
4345
RUN mkdir test
4446

lib/ModelSEEDReconstruction/ModelSEEDReconstructionImpl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import os
55
import sys
66
sys.path.append("/deps/KBBaseModules/")
7+
sys.path.append("/deps/cobrakbase/cobrakbase/")
78
import json
89
from os.path import exists
910
from ModelSEEDReconstruction.modelseedrecon import ModelSEEDRecon

0 commit comments

Comments
 (0)