return dataframe in run_batch function
This commit is contained in:
+4
-2
@@ -23,7 +23,7 @@ RUN apt-get install -y dpkg-dev cmake g++ gcc binutils libx11-dev libxpm-dev lib
|
||||
#RUN python3 --version && python3 -m ensurepip
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
|
||||
RUN python3 -m pip install pandas numpy matplotlib MarkupSafe wandb uproot setuptools
|
||||
RUN python3 -m pip install pandas numpy matplotlib MarkupSafe wandb uproot setuptools awkward-pandas
|
||||
RUN python3 -m pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
||||
|
||||
# # # # GEANT
|
||||
@@ -82,5 +82,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
|
||||
#finally the package
|
||||
ARG INCUBATOR_VER
|
||||
ADD minicalosim /root/minicalosim
|
||||
RUN cd && cd minicalosim && mkdir build && cd build && cmake ../ && make -j4 &&\
|
||||
RUN cd && cd minicalosim && mkdir -p build && cd build && cmake ../ && make -j4 &&\
|
||||
cp minicalo* ../bind/G4Calo.py /usr/local/lib/python3.8/dist-packages/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user