Skip to content
Snippets Groups Projects
Commit 9ac1e9ff authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Remove unnecessary run commands

parent 4beba6b8
No related branches found
No related tags found
1 merge request!259Add docker container for apps that use wiFI in combination with VirtualFluids
......@@ -7,11 +7,8 @@ FROM git.rz.tu-bs.de:4567/irmb/virtualfluids/ubuntu22_04:1.1 as build
RUN pip3 install \
pandas \
cupy-cuda12x \
mpi4py
WORKDIR "/workspaces"
RUN git clone --recurse-submodules https://source.coderefinery.org/Hkorb/wifi.git >> /loggit.txt
WORKDIR "/workspaces/wifi"
RUN git checkout develop \
&& pip3 install -e . >> /workspaces/log_wifi_install.txt
mpi4py \
&& git clone --recurse-submodules https://source.coderefinery.org/Hkorb/wifi.git \
&& cd wifi \
&& git checkout develop \
&& pip3 install -e . >> log_wifi_install.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment