Skip to content
Snippets Groups Projects
Commit 131a1d16 authored by Manon Blanco's avatar Manon Blanco
Browse files

Allow the worker to be launched with Slurm

parent 6e8a56f5
No related branches found
No related tags found
1 merge request!4Allow the worker to be launched with Slurm
Pipeline #172867 passed
......@@ -7,6 +7,7 @@ workers:
type: extractor
docker:
build: Dockerfile
command: worker-init-elements
user_configuration:
chunks_number:
title: Number of chunks to split workflow into after initialisation
......
......@@ -14,5 +14,3 @@ RUN pip install . --no-cache-dir
# Add archi local CA
RUN curl https://assets.teklia.com/teklia_dev_ca.pem > /usr/local/share/ca-certificates/arkindex-dev.crt && update-ca-certificates
ENV REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
CMD ["worker-init-elements"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment