Skip to content

Commit

Permalink
Install parsl from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Apr 16, 2024
1 parent fbcf833 commit 3291b5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM mambaorg/micromamba:1.5.8 AS micromamba

USER root
RUN apt update && apt install -y git
USER $MAMBA_USER

COPY --chown=$MAMBA_USER:$MAMBA_USER . .

RUN micromamba install --yes --name "base" --file "environment.yml"
Expand Down
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ dependencies:
- parsl-with-kubernetes ~=2024.4
# TODO: Remove once this build is completed: https://github.com/conda-forge/parsl-feedstock/pull/72
- python-kubernetes

- pip:
- "--editable=git+https://github.com/QGreenland-Net/parsl.git@k8s-use-incluser-config-fallback#egg=parsl"

0 comments on commit 3291b5a

Please sign in to comment.