Skip to content

Commit

Permalink
submission 0.0.9rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalsh authored Jan 3, 2024
1 parent fe2ec72 commit 8fd59e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etl-job/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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 "iceberg_tools>=0.0.6rc1"
RUN source venv/bin/activate && pip install "gen3_util>=0.0.13rc5"
RUN source venv/bin/activate && pip install "aced-submission==0.0.9rc7" --no-cache
RUN source venv/bin/activate && pip install "aced-submission==0.0.9rc8" --no-cache

COPY . /root
RUN chmod +x /root/entrypoint.sh
Expand Down

0 comments on commit 8fd59e4

Please sign in to comment.