Skip to content

Commit

Permalink
install cloudpickle explicitly for taskvine
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Sep 5, 2024
1 parent 98d7693 commit dfc94a8
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 @@ -36,5 +36,5 @@ WORKDIR /cctools
RUN . /venv/bin/activate && apt install swig && ./configure --prefix=/ && make && make install

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

0 comments on commit dfc94a8

Please sign in to comment.