Skip to content

Commit

Permalink
Modify ParaStell installation
Browse files Browse the repository at this point in the history
  • Loading branch information
connoramoreno committed Apr 25, 2024
1 parent 2c5f811 commit 957d711
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ ENV PYTHONPATH=$PYTHONPATH:/opt/pystell_uw

WORKDIR /

from parastell-deps as parastell
FROM parastell-deps as parastell

# Install ParaStell
COPY . parastell
RUN mkdir /opt/parastell
WORKDIR /opt
COPY . parastell/
ENV PYTHONPATH=$PYTHONPATH:/opt/parastell

0 comments on commit 957d711

Please sign in to comment.