Skip to content

Commit

Permalink
switch docker file to clone main branch (#25)
Browse files Browse the repository at this point in the history
* update unit test

* update unit test

* update unit test

* update test

* update ut.sh

* update unit_test to give output

* reverse output of ut

* update devcontainer generator

* update dockerfile main
  • Loading branch information
floatingCatty authored Sep 15, 2023
1 parent 1c992fd commit 74a92c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.main
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh &

ENV PATH=/opt/miniconda/bin:$PATH

RUN git clone https://github.com/deepmodeling/DeePTB.git -b dev && \
RUN git clone https://github.com/deepmodeling/DeePTB.git && \
conda create -n deeptb python=3.8 -c conda-forge -y && \
conda init && \
source activate deeptb && \
Expand Down

0 comments on commit 74a92c4

Please sign in to comment.