-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM python | ||
|
||
LABEL maintainer="[email protected]" | ||
LABEL date="2024-05-03" | ||
LABEL date="2024-10-15" | ||
|
||
# currently version 1.6.1 | ||
# currently version 2.0.0 | ||
RUN pip install cpplint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM opensuse/tumbleweed:latest | ||
|
||
# 2024-10-11 | ||
# 2022-05-21 | ||
LABEL maintainer="[email protected]" | ||
LABEL date="2024-10-11" | ||
LABEL date="2024-10-15" | ||
|
||
#install the required components for building HELICS | ||
RUN zypper mr -d openSUSE-Tumbleweed-Update && zypper install -y make gcc-c++ boost-devel cmake git libzmq5 zeromq-devel && zypper clean -a | ||
RUN zypper mr -d openSUSE-Tumbleweed-Update && zypper install -y make gcc-c++ boost-devel cmake git openssh libzmq5 zeromq-devel && zypper clean -a | ||
|
||
WORKDIR /root/develop |