Skip to content

Commit

Permalink
Update Dockerfile.mala
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKotik committed Mar 1, 2022
1 parent 83c6caf commit 75af211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.mala
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN conda env create -f mala_${DEVICE}_environment.yml && rm -rf /opt/conda/pkgs

# Install optional MALA dependencies into Conda environment with pip
RUN /opt/conda/envs/mala-${DEVICE}/bin/pip install --no-input --no-cache-dir pytest oapackage pqkmeans
RUN echo "foo"

RUN echo "source activate mala-${DEVICE}" > ~/.bashrc
ENV PATH /opt/conda/envs/mala-${DEVICE}/bin:$PATH

0 comments on commit 75af211

Please sign in to comment.