Skip to content

Commit

Permalink
#7: Restore ubuntu pip install package
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-bfsquall committed Sep 29, 2024
1 parent fdcc944 commit 3a39286
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/docker/build-and-test-ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ FROM ${BASE_IMAGE} AS base
ENV CONDA_PATH=/opt/conda
ENV PATH=$PATH:$CONDA_PATH/bin

# Setup python requirements for JSON datafile validation
RUN pip install PyYAML
RUN pip install Brotli
RUN pip install schema
RUN pip install nanobind

COPY . /opt/src/vt-tv
RUN mkdir -p /opt/build/vt-tv

Expand Down

0 comments on commit 3a39286

Please sign in to comment.