Skip to content

Commit

Permalink
Merge pull request #6 from ytchoutw/main
Browse files Browse the repository at this point in the history
Add python packages for iHarp
  • Loading branch information
ytchoutw authored Nov 22, 2024
2 parents 6ccb87e + 9cbd816 commit 76d473b
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 @@ -8,7 +8,7 @@ RUN apt-get install -y pkg-config
RUN apt-get install -y hdf5-tools
# Install Python packages
RUN pip3 install --upgrade pip && \
pip3 install numpy pandas pyarrow matplotlib xgboost scikit-learn nflows lightgbm seaborn iminuit keras transformers
pip3 install numpy pandas pyarrow matplotlib xgboost scikit-learn nflows lightgbm seaborn iminuit keras transformers netcdf4 h5netcdf scipy xarray
# RUN pip3 install versioned-hdf5 wheel h5py
# Install TensorFlow and PyTorch
RUN pip3 install tensorflow[and-cuda]
Expand Down

0 comments on commit 76d473b

Please sign in to comment.