Skip to content

Commit

Permalink
update parsl workflow to use deployed container (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch and vsoch committed Mar 23, 2023
1 parent 76c1aa3 commit 6041eda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/launchers/parsl/molecular-design/minicluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ spec:
data:
storageClass: hostpath
path: /tmp/data
labels:
type: "local"

# kubectl apply -f ./examples/launchers/parsl/molecular-design/minicluster.yaml
containers:
- image: vanessa/molecular-design-parsl:latest
- image: ghcr.io/rse-ops/molecular-design-parsl:tag-mamba
cores: 2
workingDir: /workflow
launcher: true
Expand Down

0 comments on commit 6041eda

Please sign in to comment.