We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68c854 commit 9e492dfCopy full SHA for 9e492df
Dockerfile
@@ -27,6 +27,11 @@ RUN pip install -r /requirements.txt && \
27
apt-get autoremove && \
28
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
29
30
+# Copy the flux tree commands to the install
31
+RUN git clone --depth 1 https://github.com/flux-framework/flux-sched && \
32
+ cp ./flux-sched/t/scripts/flux-tree* /usr/libexec/flux/cmd/ && \
33
+ rm -rf ./flux-sched
34
+
35
WORKDIR /code
36
COPY . /code
37
ENTRYPOINT ["/code/entrypoint.sh"]
0 commit comments