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 2a4dc97 commit 7610272Copy full SHA for 7610272
Dockerfile
@@ -27,11 +27,6 @@ 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