Skip to content

Commit

Permalink
Revert dockerfile change
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Dec 21, 2023
1 parent 8a65871 commit 860b9e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ RUN mkdir -p /src && \
rm -fr /src
RUN flux version --client

RUN pip3 install -r /workspaces/flux-local/requirements.txt
RUN pip3 install -e /workspaces/flux-local/
COPY . /src/
WORKDIR /src/
RUN pip3 install -r /src/requirements.txt
RUN pip3 install -e /src/

SHELL ["/bin/bash", "-c"]

0 comments on commit 860b9e8

Please sign in to comment.