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 d263fc8
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 1,194 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mkdir /var/cowait && mkdir /var/task

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

# jupyter mods
Expand Down
Loading

0 comments on commit d263fc8

Please sign in to comment.