Skip to content
Closed
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
1 change: 1 addition & 0 deletions etl-job/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ COPY ./requirements.txt /root
RUN source venv/bin/activate && pip install -r requirements.txt

# move these out of requirements.txt, so that builds are quicker when we change

RUN source venv/bin/activate && pip install "gen3_tracker==0.0.7rc22"
RUN source venv/bin/activate && pip install "aced-submission==0.0.10rc14"
ENV PATH="/usr/local/bin:$PATH"
Expand Down