From 9baafd06194c2ba06c54ad1c85fa07cfc34e6a94 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 10 Jul 2024 12:05:33 -0500 Subject: [PATCH] Temporarily use PYTHONPATH for pystell in Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 91aa3865..a3e4f52a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /