Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
YojanaGadiya committed Jun 27, 2024
1 parent 3003869 commit 9601cf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ RUN mkdir $HOME/kg/models

RUN apt-get install curl -y
# RUN curl https://zenodo.org/api/records/12514684/files/chem_phys_rf.pkl/content -o $HOME/kg/models/chem_phys_rf.pkl -L
RUN curl https://zenodo.org/api/records/12514684/files/ecfp4_rf.pkl/content -o $HOME/kg/models/ecfp4_rf.pkl -L
RUN curl https://zenodo.org/api/records/12514684/files/erg_rf.pkl/content -o $HOME/kg/models/erg_rf.pkl -L
RUN curl https://zenodo.org/api/records/12514684/files/maccs_rf.pkl/content -o $HOME/kg/models/maccs_rf.pkl -L
RUN curl https://zenodo.org/api/records/12514684/files/mhfp6_rf.pkl/content -o $HOME/kg/models/mhfp6_rf.pkl -L
RUN curl https://zenodo.org/api/records/12514684/files/rdkit_rf.pkl/content -o $HOME/kg/models/rdkit_rf.pkl -L
RUN curl https://zenodo.org/api/records/12514684/files/ecfp4_rf.pkl/content -o $HOME/kg/models/ecfp4_rf.pkl
RUN curl https://zenodo.org/api/records/12514684/files/erg_rf.pkl/content -o $HOME/kg/models/erg_rf.pkl
RUN curl https://zenodo.org/api/records/12514684/files/maccs_rf.pkl/content -o $HOME/kg/models/maccs_rf.pkl
RUN curl https://zenodo.org/api/records/12514684/files/mhfp6_rf.pkl/content -o $HOME/kg/models/mhfp6_rf.pkl
RUN curl https://zenodo.org/api/records/12514684/files/rdkit_rf.pkl/content -o $HOME/kg/models/rdkit_rf.pkl

RUN pip install --no-cache-dir -r requirements.txt \
&& chmod +x start-script.sh \
Expand Down

0 comments on commit 9601cf5

Please sign in to comment.