Skip to content

Commit 439855c

Browse files
author
Christopher Henry
committed
Triggering update of base module
1 parent 185f240 commit 439855c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN pip install h5py
3838

3939
RUN echo '38' >/dev/null && pip install --use-deprecated=legacy-resolver git+https://github.com/cshenry/ModelSEEDpy.git
4040

41-
RUN echo '32' >/dev/null && mkdir deps && cd deps && \
41+
RUN echo '33' >/dev/null && mkdir deps && cd deps && \
4242
git clone --branch main https://github.com/cshenry/KBBaseModules.git
4343
RUN echo '1' >/dev/null && cd deps && \
4444
git clone https://github.com/ModelSEED/ModelSEEDDatabase.git && \

0 commit comments

Comments
 (0)