Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dlrsb authored May 11, 2022
1 parent b2d9ec6 commit ff39e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN python3 -m pip -q --no-cache-dir install hpbandster ConfigSpace
RUN python3 -m pip -q --no-cache-dir install git+https://github.com/samoturk/mol2vec
RUN python3 -m pip -q --no-cache-dir install git+https://github.com/alok-ai-lab/pyDeepInsight.git#egg=pyDeepInsight
#pip install git+git://github.com/alok-ai-lab/[email protected]#egg=DeepInsight
RUN python3 -m pip -q --timeout 2000 --retries 10 --no-cache-dir install git+https://gitlab.bio.di.uminho.pt/dlrsb/drug_response_pipeline.git
RUN python3 -m pip -q --timeout 2000 --retries 10 --no-cache-dir install git+https://github.com/BioSystemsUM/drug_response_pipeline.git
#ADD /src /src
#ADD setup.py ./
#RUN python3 -m pip -q --no-cache-dir install .
Expand Down

0 comments on commit ff39e54

Please sign in to comment.