Skip to content

Commit

Permalink
KPMP-5523: Remove extra step that was not used
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed Oct 17, 2024
1 parent 78d6df1 commit 548ce07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data_management/DluWatcher
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ COPY requirements.txt ./

RUN pip3 install --progress-bar off --no-cache-dir -r requirements.txt
RUN pip3 install -U flask-cors
RUN pip3 install multiprocessing

COPY ./lib/ ./lib
COPY ./services/dlu_filesystem.py ./services/dlu_filesystem.py
Expand Down

0 comments on commit 548ce07

Please sign in to comment.