Skip to content

Commit

Permalink
#2: - changed dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jan 14, 2022
1 parent 6b1cebf commit bb8fc2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
echo ======================================================
echo CPU Threads: $(grep -c processor /proc/cpuinfo)
echo ======================================================
echo $(which python3) --version
python3 --version
echo $(which python) --version
python --version
echo ======================================================
cmake --version
echo ======================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN mkdir -p $YAMLCPP_LIB
# System update and packages installation
RUN apt-get update && apt-get upgrade -y
# Installing Utilities
RUN apt-get install -y wget git make hwloc
RUN apt-get install -y wget git make hwloc python3-pip python-is-python3
# Installing OpenMPI
RUN apt-get install -y openmpi-bin openmpi-doc
# Installing Libraries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN mkdir -p $YAMLCPP_LIB
# System update and packages installation
RUN apt-get update && apt-get upgrade -y
# Installing Utilities
RUN apt-get install -y wget git make hwloc
RUN apt-get install -y wget git make hwloc python3-pip python-is-python3
# Installing OpenMPI
RUN apt-get install -y openmpi-bin openmpi-doc
# Installing Libraries
Expand Down

0 comments on commit bb8fc2c

Please sign in to comment.