Skip to content

Commit

Permalink
Merge pull request #64 from LemurPwned/hotfix/submodules
Browse files Browse the repository at this point in the history
adding submodule pull for the docker image
  • Loading branch information
LemurPwned authored Apr 30, 2024
2 parents 5d6a7fc + c09c020 commit 0a75f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && \
apt-get install -y build-essential libfftw3-dev git python3 python3-pip vim
RUN python3 -m pip install --upgrade pip
WORKDIR /scratch
RUN git clone https://github.com/LemurPwned/cmtj.git && \
RUN git clone --recurse-submodules https://github.com/LemurPwned/cmtj.git && \
cd cmtj && \
python3 -m pip install numpy scipy && \
python3 -m pip install .
Expand Down

0 comments on commit 0a75f58

Please sign in to comment.