Skip to content

Commit

Permalink
Update order of instructions for specifying commit hash of mcdp2
Browse files Browse the repository at this point in the history
  • Loading branch information
memgonzales authored Aug 16, 2023
1 parent 8fa3744 commit fa92dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-app
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN pip3 install --no-cache-dir -r dependencies/requirements-app.txt
# Install mcdp2
RUN cd ../ \
&& git clone https://github.com/fmfi-compbio/mcdp2 \
&& git reset --hard fd7c69f5e97db8c1052df859cb02d86533287e64 \
&& cd mcdp2 \
&& git reset --hard fd7c69f5e97db8c1052df859cb02d86533287e64 \
&& pip3 install . \
&& cd ../app

Expand Down

0 comments on commit fa92dea

Please sign in to comment.