Skip to content

Commit

Permalink
Restore Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoGiane committed Oct 9, 2023
1 parent 08ae055 commit 10e8330
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resources/docker/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ RUN diff -ruN -x 'build' -x '_deps' -x '.git' -x '*_pb2.py' bayesmix/ bayesmix-u
# Set working directory to /usr
WORKDIR /usr/bayesmix

# # Compile test_bayesmix and run_mcmc after apply changes
# RUN cd build \
# && cmake -DDISABLE_PLOTS=ON .. \
# && make test_bayesmix \
# && make run_mcmc

# # Install bayesmixpy
# RUN cd python && python3 -m pip install -e .
# Compile test_bayesmix and run_mcmc after apply changes
RUN cd build \
&& cmake -DDISABLE_PLOTS=ON .. \
&& make test_bayesmix \
&& make run_mcmc

# Install bayesmixpy
RUN cd python && python3 -m pip install -e .

# Install bayesmixr
# RUN cd R && Rscript --vanilla -e "devtools::install('bayesmixr/', quick = T, args = '--clean')"
Expand Down

0 comments on commit 10e8330

Please sign in to comment.