Skip to content

Commit

Permalink
pip install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Oct 17, 2024
1 parent 90b2a92 commit 7ebe6e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ WORKDIR /$ENVDIR
RUN sudo apt-get install -yq git
RUN sudo apt-get install --no-install-recommends -yq make gcc gfortran libssl-dev cmake
RUN sudo apt-get install -yq libopenblas-dev libmpich-dev libblas-dev liblapack-dev libscalapack-mpi-dev libhdf5-mpi-dev hdf5-tools
RUN sudo apt-get install -yq vim
# RUN sudo apt-get install -yq vim
RUN sudo apt-get install -yq git-lfs
RUN sudo apt-get install -yq valgrind
# RUN sudo apt-get install -yq valgrind
RUN sudo apt-get install -yq wget
RUN sudo apt-get install -yq astyle
# RUN sudo apt-get install -yq astyle

# install python
RUN sudo apt-get install -yq python3
RUN sudo apt-get install -yq python3-dev
RUN sudo apt-get install -yq python3-pip
RUN sudo pip3 install --upgrade pip
RUN sudo pip3 install sphinx-autoapi sphinx_rtd_theme
RUN sudo python3 -m pip install --upgrade pip
RUN sudo python3 -m pip install sphinx-autoapi sphinx_rtd_theme
#RUN sudo pip3 install numpy scipy argparse tables PyYAML h5py pybind11 pytest mpi4py merlin
#
RUN sudo apt-get clean -q
Expand Down

0 comments on commit 7ebe6e1

Please sign in to comment.