OpenMS / streamlit-template

5 stars 6 forks source link

Update Dockerfile #20

Closed axelwalter closed 8 months ago

axelwalter commented 8 months ago

pyOpenMS now gets installed in streamlit conda environment. Before it was in a separate build environment and therefore not accessible in the streamlit app. To make things simpler removed the intermediate build environment and built pyOpenMS directly within the streamlit env.

axelwalter commented 8 months ago

Working on the next step which is downloading the action built OpenMS-App artifact into the docker container.