-
Notifications
You must be signed in to change notification settings - Fork 4
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
7 changed files
with
37 additions
and
13 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
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 |
---|---|---|
|
@@ -140,8 +140,11 @@ Apache v2 | |
Author Information | ||
------------------ | ||
|
||
Mario David: [email protected] | ||
LIP and Indigo-DataCloud project | ||
Mario David: <[email protected]> | ||
|
||
LIP Lisbon: http://www.lip.pt | ||
|
||
Indigo DataCloud: https://www.indigo-datacloud.eu/ | ||
|
||
Acknowledgments | ||
--------------- | ||
|
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
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,8 @@ | ||
# docker build -t powerfit . | ||
# docker build --rm -t powerfit . | ||
|
||
FROM indigodatacloud/ubuntu-sshd:14.04 | ||
MAINTAINER Mario David <[email protected]> | ||
LABEL description="Run Powerfit application" | ||
|
||
RUN ansible-galaxy install indigo-dc.disvis-powerfit && \ | ||
ansible-playbook /etc/ansible/roles/indigo-dc.disvis-powerfit/tests/powerfit.yml | ||
|
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,3 +1,5 @@ | ||
[![License](http://img.shields.io/:license-apache-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0.html) | ||
|
||
docker-powerfit | ||
=============== | ||
|
||
|
@@ -68,8 +70,11 @@ Apache v2 | |
Author Information | ||
------------------ | ||
|
||
Mario David: [email protected] | ||
LIP and Indigo-DataCloud project | ||
Mario David: <[email protected]> | ||
|
||
LIP Lisbon: http://www.lip.pt | ||
|
||
Indigo DataCloud: https://www.indigo-datacloud.eu/ | ||
|
||
Acknowledgments | ||
--------------- | ||
|
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
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,4 +1,5 @@ | ||
--- | ||
- hosts: localhost | ||
roles: | ||
- { role: ansible-role-disvis-powerfit, nvidia_driver_version: 352.93, haddock_app: powerfit } | ||
- ansible-role-disvis-powerfit | ||
|