Skip to content

Commit

Permalink
Add kubernetes, needed for submitting from inside a cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jun 10, 2024
1 parent 26869e6 commit 16c0a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ RUN python3.12 -m venv /venv
ADD . /src
WORKDIR /src

RUN . /venv/bin/activate && pip3 install . -r test-requirements.txt
RUN . /venv/bin/activate && pip3 install '.[kubernetes]' -r test-requirements.txt

0 comments on commit 16c0a49

Please sign in to comment.