Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .CI/wasm-jit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
COPY requirements.txt /tmp/requirements.txt
RUN python3 -m venv /opt/libtest-venv \
&& /opt/libtest-venv/bin/pip install --no-cache-dir -r /tmp/requirements.txt \
# Python dependencies of library install scripts (e.g. Buildings EnergyPlus)
&& /opt/libtest-venv/bin/pip install --no-cache-dir jinja2 \
&& rm /tmp/requirements.txt
ENV PATH=/opt/libtest-venv/bin:$PATH

Expand Down
Loading