Skip to content

Commit

Permalink
first attempt at proper dependency versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhenriksson committed Dec 16, 2020
1 parent 183646a commit 857e2c5
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 1,195 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN mkdir /var/cowait && mkdir /var/task

# install cowait
WORKDIR /var/cowait
COPY setup.py requirements.txt README.md ./
RUN mkdir cowait && pip install -e .
COPY setup.py README.md ./
RUN mkdir cowait && pip install -e . --use-feature=2020-resolver

# jupyter mods
COPY notebook/jupyter_notebook_config.py /root/.jupyter/jupyter_notebook_config.py
Expand Down
Loading

0 comments on commit 857e2c5

Please sign in to comment.