Skip to content

Commit

Permalink
checking if the manual zip upload works
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati authored Aug 23, 2023
1 parent fd8f2c7 commit 20d3c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /Front-End

COPY . .

RUN pwd && ls -l && git submodule update --init --recursive && ls -l OpenFederatedLearning && ls -l OpenFederatedLearning/submodules/fets_ai/Algorithms && ls -l OpenFederatedLearning/submodules/fets_ai/Algorithms/GANDLF
RUN pwd && ls -l && mv ./data/GANDLF_for_fetsTool1.0.zip OpenFederatedLearning/submodules/fets_ai/Algorithms && cd OpenFederatedLearning/submodules/fets_ai/Algorithms && unzip GANDLF_for_fetsTool1.0.zip && ls -l GANDLF && rm -rf GANDLF_for_fetsTool1.0.zip

## C++ build
RUN mkdir bin && cd bin && cmake -DCMAKE_INSTALL_PREFIX="./install/appdir/usr" -DITK_DIR="/workspace/CaPTk/bin/ITK-build" -DDCMTK_DIR="/workspace/CaPTk/bin/DCMTK-build" -DBUILD_TESTING=OFF .. && make -j$(nproc) && make install/strip
Expand Down

0 comments on commit 20d3c35

Please sign in to comment.