current changes in ansible runs
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# Ansible p2p-rendering-computation
|
# Ansible p2p-rendering-computation
|
||||||
|
### Modified from:
|
||||||
|
|
||||||
This repository contains an Ansible playbook and instructions to create and manage a single (or many) bare metal deep learning machines. For a description of why Ansible was chosen and what other alternatives were considered, please see [ToolSelection.md](ToolSelection.md)
|
This repository contains an Ansible playbook and instructions to create and manage a single (or many) bare metal deep learning machines. For a description of why Ansible was chosen and what other alternatives were considered, please see [ToolSelection.md](ToolSelection.md)
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import (
|
|||||||
|
|
||||||
func TestDocker(t *testing.T) {
|
func TestDocker(t *testing.T) {
|
||||||
//TODO overwrite with custom docker paths
|
//TODO overwrite with custom docker paths
|
||||||
resp,err := BuildRunContainer(2,"false")
|
resp,err := BuildRunContainer(2,"true")
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Error(err)
|
t.Error(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user