Skip to content

Commit

Permalink
Temporarily use PYTHONPATH for pystell in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Jul 10, 2024
1 parent 262c45c commit 9baafd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ RUN echo "conda activate parastell_env" >> /opt/etc/bashrc

WORKDIR /opt

# Install PyStell-UW into conda environment
RUN conda activate parastell_env
RUN python -m pip install git+https://github.com/aaroncbader/pystell_uw.git
# Install PyStell-UW
RUN git clone https://github.com/aaroncbader/pystell_uw.git
ENV PYTHONPATH=$PYTHONPATH:/opt/pystell_uw/src

WORKDIR /

0 comments on commit 9baafd0

Please sign in to comment.