Skip to content

Commit

Permalink
Merge pull request #72 from bioinfodlsu/input
Browse files Browse the repository at this point in the history
Disable pip's cache and specify commit hash of mcdp2
  • Loading branch information
pbong authored Aug 16, 2023
2 parents 9a36429 + b46a541 commit 8fa3744
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile-app
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ RUN apt-get clean \
python3-pip \
r-base

RUN pip3 install -r dependencies/requirements-app.txt
RUN pip3 install --no-cache-dir -r dependencies/requirements-app.txt

# Install mcdp2
RUN cd ../ \
&& git clone https://github.com/fmfi-compbio/mcdp2 \
&& git reset --hard fd7c69f5e97db8c1052df859cb02d86533287e64 \
&& cd mcdp2 \
&& pip3 install . \
&& cd ../app
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile-workflow
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ RUN apt-get clean \
python3-pip \
r-base

RUN pip3 install -r dependencies/requirements-workflow.txt
RUN pip3 install --no-cache-dir -r dependencies/requirements-workflow.txt

# Install mcdp2
RUN cd ../ \
&& git clone https://github.com/fmfi-compbio/mcdp2 \
&& git reset --hard fd7c69f5e97db8c1052df859cb02d86533287e64 \
&& cd mcdp2 \
&& pip3 install . \
&& cd ../app
Expand Down
Binary file modified assets/favicon.ico
Binary file not shown.

0 comments on commit 8fa3744

Please sign in to comment.