Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
fix dev installation
Browse files Browse the repository at this point in the history
  • Loading branch information
GernotMaier committed Aug 11, 2023
1 parent 140a9bf commit ec24472
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ RUN wget --quiet https://bootstrap.pypa.io/get-pip.py && \
python3 get-pip.py && \
ln -s /usr/bin/python3 /usr/bin/python

RUN wget --quiet https://raw.githubusercontent.com/gammasim/simtools/main/setup.py && \
wget --quiet https://raw.githubusercontent.com/gammasim/simtools/main/pyproject.toml
RUN wget --quiet https://raw.githubusercontent.com/gammasim/simtools/main/pyproject.toml && \
pip install toml-to-requirements && \
toml-to-req --toml-file pyproject.toml --include-optional

RUN cd /workdir/ && \
pip install '.[tests,dev,doc]'
pip install -r requirements.txt

ENV SIMTEL_PATH="/workdir/sim_telarray/"
SHELL ["/bin/bash", "-c"]
Expand Down

0 comments on commit ec24472

Please sign in to comment.