Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ MAINTAINER KBase Developer

# RUN apt-get update

RUN conda install python="3.7"

ENV ARANGO_VER=3.5.1
ENV ARANGO_VER_PRE=35

Expand All @@ -30,6 +32,9 @@ WORKDIR /kb/module
# really need a test build and a prod build. Not sure that's possible via sdk.
RUN pipenv install --system --deploy --ignore-pipfile --dev

RUN which python
RUN python --version

RUN cd test \
&& cp test.cfg.example test-sdk.cfg \
&& sed -i "s#^test.temp.dir=.*#test.temp.dir=temp_test_dir#" test-sdk.cfg \
Expand Down
194 changes: 97 additions & 97 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.