Skip to content

Commit

Permalink
fix: use STOUT specific version Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Aug 29, 2024
1 parent 5ece8eb commit f438b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN pip3 install imantics==0.1.12
RUN pip3 install rdkit
RUN pip3 install --no-deps decimer-segmentation==1.1.3
RUN pip3 install --no-deps decimer==2.3.0
RUN pip3 install --no-deps STOUT-pypi>=2.0.5
RUN pip3 install --no-deps STOUT-pypi==2.0.5
RUN python3 -m pip install uvicorn[standard]

RUN pip3 install --no-cache-dir chembl_structure_pipeline --no-deps
Expand Down

0 comments on commit f438b4d

Please sign in to comment.