-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 . | ||
|