Skip to content

Commit

Permalink
ci: giving access to tests for video vec (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya authored Feb 7, 2024
1 parent 247f5db commit 5945004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/Dockerfile.vid_vec_rep_resnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ WORKDIR /app
COPY ./core/operators/vid_vec_rep_resnet_requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir --user -r requirements.txt
COPY . /app
RUN chmod +x video_vec_operator_cprofile.sh
RUN chmod +x video_vec_operator_time.sh
CMD tail -f /dev/null

0 comments on commit 5945004

Please sign in to comment.