Commit a98ca72e4ac3aca2072b169c03ece44a20d3c840

Authored by Alexis Koralewski
1 parent d5f88a40
Exists in dev

Adding compilation of guitastro requirements.in file into Dockerfile

Showing 2 changed files with 7 additions and 0 deletions   Show diff stats
CHANGELOG
  1 +16-08-2022 (AKo): v0.5.1
  2 + - Adding compilation of guitastro requirements.in file into Dockerfile
  3 +
  4 +12-08-2022 (AKo): v0.5.1
  5 + - Adding AgentSST diagram (.pu)
  6 +
1 7 08-08-2022 (AKo): v0.5.1
2 8 - Adding better handling of import of root project path for agents
3 9 - Adding nb_restart of an agent reset in AgentSST when (re)starting an agent
... ...
Dockerfile
... ... @@ -182,6 +182,7 @@ RUN pip install --user click
182 182 # - But we can at least use it to generate all the requirements*.txt files in a far better format
183 183 RUN pip install --user pip-tools
184 184  
  185 +RUN pip-compile ./vendor/guitastro/install/requirements.in
185 186 # Installing packages required for Guitastro
186 187 RUN pip install --user -r ./vendor/guitastro/install/requirements.txt
187 188 # Maybe unnecessary because same requirements as for pyros requirements_dev (?)
... ...