Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaeger committed Apr 15, 2024
1 parent 2742e58 commit ecb20a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_py3.11
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ENV CXX=/usr/bin/clang++
ENV ARCH=native
RUN cd ${MRTRIXDIR} && \
./configure -nogui -openmp && \
./build && \
./build
ENV PATH=$PATH:${MRTRIXDIR}/bin

# Remove unwanted packages
Expand Down

0 comments on commit ecb20a4

Please sign in to comment.