current changes in ansible runs

This commit is contained in:
2021-05-24 12:39:57 +04:00
parent b10fbd3ab4
commit c62e0ca288
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
# 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)

View File

@@ -7,7 +7,7 @@ import (
func TestDocker(t *testing.T) {
//TODO overwrite with custom docker paths
resp,err := BuildRunContainer(2,"false")
resp,err := BuildRunContainer(2,"true")
if err != nil {
t.Error(err)