Skip to content

Commit

Permalink
Maybe is the new line?
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Nov 7, 2024
1 parent 586fb59 commit 13dbd8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN apt-get update
RUN apt-get install -y r-base
RUN apt-get install -y cmake
RUN pip install --root-user-action=ignore -U pip
RUN pip install --root-user-action=ignore \
git+https://github.com/cdcgov/pyrenew.git@${PYRENEW_VERSION}
RUN pip install --root-user-action=ignore git+https://github.com/cdcgov/pyrenew.git@${PYRENEW_VERSION}

CMD ["bash"]

0 comments on commit 13dbd8c

Please sign in to comment.