Skip to content

Commit

Permalink
fix: clone main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskrt authored Jul 1, 2024
1 parent d6d5a27 commit 8c6c952
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && \
apt-get install -y git ca-certificates && \
apt-get clean

RUN git clone --branch add-docker https://github.com/GT4SD/molecular-design.git
RUN git clone https://github.com/GT4SD/molecular-design.git
WORKDIR /workspace/molecular-design

# hack: We need to use the pypi toxsmi package, not the default one
Expand All @@ -24,5 +24,3 @@ RUN pip uninstall --yes torch-scatter torch-sparse torch-cluster torch-geometric
RUN chmod +x example_pipeline.sh

ENTRYPOINT ["./example_pipeline.sh"]

#CMD ["bash"]

0 comments on commit 8c6c952

Please sign in to comment.