Skip to content

Commit

Permalink
debug python env in docker 3
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Nov 10, 2024
1 parent e8c5c53 commit 4f774d7
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 @@ -13,7 +13,7 @@ RUN update-ca-certificates && apt-get update \
RUN python3 -m venv /home/sudofoam/pyenv \
&& echo "source /home/sudofoam/pyenv/bin/activate" >> /home/sudofoam/.bashrc

RUN /bin/bash -c 'shopt -s expand_aliases && source /home/sudofoam/.bashrc && pip3 install --no-cache-dir fluidfoam pandas matplotlib odfpy black'
RUN /bin/bash -c 'shopt -s expand_aliases && source /home/sudofoam/pyenv/bin/activate && pip3 install --no-cache-dir fluidfoam pandas matplotlib odfpy black'

WORKDIR /root/
RUN git clone --branch develop --recurse-submodules https://github.com/sedfoam/sedfoam.git
Expand Down

0 comments on commit 4f774d7

Please sign in to comment.